#A78432

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

Shades of Reef Gold #A78432

Tints of Reef Gold #A78432

Color information

#A78432 (or 0xA78432) is unknown color: approx Reef Gold. HEX triplet: A7, 84 and 32. RGB value is (167,132,50). Sum of RGB (Red+Green+Blue) = 167+132+50=349 (46% of max value = 765). Red value is 167 (65.62% from 255 or 47.85% from 349); Green value is 132 (51.95% from 255 or 37.82% from 349); Blue value is 50 (19.92% from 255 or 14.33% from 349); Max value from RGB is 167 - color contains mainly: red. Hex color #A78432 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78432 is #587BCD. Grayscale: #858585. Windows color (decimal): -5798862 or 3310759. OLE color: 3310759.

HSL color Cylindrical-coordinate representation of color #A78432: hue angle of 42.05º 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 #A78432 is Cyan = 0, Magento = 0.21, Yellow = 0.70 and Black (K on CMYK) = 0.35.

Color convert

RGB16713250-
CMYK00.210.700.35
HSL42.05º53.92%42.55%-
HSV(B)42.05º70.06%65.49%-
XYZ24.7624.956.53-
YUV133.1281.1152.17-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.85%
GREEN value IS 132 (51.95% from 255) = 37.82%
BLUE value IS 50 (19.92% from 255) = 14.33%
R=47.85%
G=37.82%
B=14.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671325000.210.700.3542.0553.9242.55
HexA7843201546232a362b
Octal2472046202510643526653
Binary10100111100001001100100101011000110100011101010110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78432; }

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

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

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

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

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

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

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

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