#A78532

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

Shades of Reef Gold #A78532

Tints of Reef Gold #A78532

Color information

#A78532 (or 0xA78532) is unknown color: approx Reef Gold. HEX triplet: A7, 85 and 32. RGB value is (167,133,50). Sum of RGB (Red+Green+Blue) = 167+133+50=350 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.71% from 350); Green value is 133 (52.34% from 255 or 38% from 350); Blue value is 50 (19.92% from 255 or 14.29% from 350); Max value from RGB is 167 - color contains mainly: red. Hex color #A78532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78532 is #587ACD. Grayscale: #868686. Windows color (decimal): -5798606 or 3311015. OLE color: 3311015.

HSL color Cylindrical-coordinate representation of color #A78532: hue angle of 42.56º degrees, saturation: 0.54, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A78532 is Cyan = 0, Magento = 0.20, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16713350-
CMYK00.200.700.35
HSL42.56º53.92%42.55%-
HSV(B)42.56º70.06%65.49%-
XYZ24.925.226.57-
YUV133.780.76151.75-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.71%
GREEN value IS 133 (52.34% from 255) = 38%
BLUE value IS 50 (19.92% from 255) = 14.29%
R=47.71%
G=38%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671335000.200.700.3542.5653.9242.55
HexA7853201446232b362b
Octal2472056202410643536653
Binary10100111100001011100100101001000110100011101011110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78532

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78532; }

 p { color: rgb(167,133,50); }

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

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

 a { background-color: rgb(167,133,50); }

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

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

 span { border-color: rgb(167,133,50); }

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