#A78F32

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

Shades of Reef Gold #A78F32

Tints of Reef Gold #A78F32

Color information

#A78F32 (or 0xA78F32) is unknown color: approx Reef Gold. HEX triplet: A7, 8F and 32. RGB value is (167,143,50). Sum of RGB (Red+Green+Blue) = 167+143+50=360 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.39% from 360); Green value is 143 (56.25% from 255 or 39.72% from 360); Blue value is 50 (19.92% from 255 or 13.89% from 360); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78F32 is #5870CD. Grayscale: #8B8B8B. Windows color (decimal): -5796046 or 3313575. OLE color: 3313575.

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

Color convert

RGB16714350-
CMYK00.140.700.35
HSL47.69º53.92%42.55%-
HSV(B)47.69º70.06%65.49%-
XYZ26.3328.097.05-
YUV139.5777.45147.56-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.39%
GREEN value IS 143 (56.25% from 255) = 39.72%
BLUE value IS 50 (19.92% from 255) = 13.89%
R=46.39%
G=39.72%
B=13.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.70
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671435000.140.700.3547.6953.9242.55
HexA78F320E462330362b
Octal2472176201610643606653
Binary1010011110001111110010011101000110100011110000110110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F32; }

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

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

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

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

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

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

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

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