#A78C31

Color #A78C31 Reef Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Reef Gold #A78C31

Tints of Reef Gold #A78C31

Color information

#A78C31 (or 0xA78C31) is unknown color: approx Reef Gold. HEX triplet: A7, 8C and 31. RGB value is (167,140,49). Sum of RGB (Red+Green+Blue) = 167+140+49=356 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.91% from 356); Green value is 140 (55.08% from 255 or 39.33% from 356); Blue value is 49 (19.53% from 255 or 13.76% from 356); Max value from RGB is 167 - color contains mainly: red. Hex color #A78C31 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78C31 is #5873CE. Grayscale: #8A8A8A. Windows color (decimal): -5796815 or 3247271. OLE color: 3247271.

HSL color Cylindrical-coordinate representation of color #A78C31: hue angle of 46.27º degrees, saturation: 0.55, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #A78C31 is Cyan = 0, Magento = 0.16, Yellow = 0.71 and Black (K on CMYK) = 0.35.

Color convert

RGB16714049-
CMYK00.160.710.35
HSL46.27º54.63%42.35%-
HSV(B)46.27º70.66%65.49%-
XYZ25.8727.196.79-
YUV137.777.95148.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 167 (65.62% from 255) = 46.91%
GREEN value IS 140 (55.08% from 255) = 39.33%
BLUE value IS 49 (19.53% from 255) = 13.76%
R=46.91%
G=39.33%
B=13.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.71
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671404900.160.710.3546.2754.6342.35
HexA78C3101047232e372a
Octal2472146102010743566752
Binary10100111100011001100010100001000111100011101110110111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78C31; }

 p { color: rgb(167,140,49); }

 H1.HeaderClassName
 {
   color: #A78C31;
 }
 .AnyTagClassName
 {
   color: #A78C31;
 }
</style>
background-color css

<style>
 a { background-color: #A78C31; }

 a { background-color: rgb(167,140,49); }

 div.DivClassName
 {
   background-color: #A78C31;
 }
 .BgClassName
 {
   background-color: #A78C31;
 }
</style>
border-color css

<style>
 span { border-color: #A78C31; }

 span { border-color: rgb(167,140,49); }

 td.TdClassName
 {
   border-color: #A78C31;
 }
 .TagClassName
 {
   border-color: #A78C31;
 }
</style>