#A78F34

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

Shades of Reef Gold #A78F34

Tints of Reef Gold #A78F34

Color information

#A78F34 (or 0xA78F34) is unknown color: approx Reef Gold. HEX triplet: A7, 8F and 34. RGB value is (167,143,52). Sum of RGB (Red+Green+Blue) = 167+143+52=362 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.13% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 52 (20.70% from 255 or 14.36% from 362); Max value from RGB is 167 - color contains mainly: red. Hex color #A78F34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78F34 is #5870CB. Grayscale: #8C8C8C. Windows color (decimal): -5796044 or 3444647. OLE color: 3444647.

HSL color Cylindrical-coordinate representation of color #A78F34: hue angle of 47.48º degrees, saturation: 0.53, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #A78F34 is Cyan = 0, Magento = 0.14, Yellow = 0.69 and Black (K on CMYK) = 0.35.

Color convert

RGB16714352-
CMYK00.140.690.35
HSL47.48º52.51%42.94%-
HSV(B)47.48º68.86%65.49%-
XYZ26.3828.117.28-
YUV139.878.45147.4-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.13%
GREEN value IS 143 (56.25% from 255) = 39.50%
BLUE value IS 52 (20.70% from 255) = 14.36%
R=46.13%
G=39.50%
B=14.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671435200.140.690.3547.4852.5142.94
HexA78F340E45232f352b
Octal2472176401610543576553
Binary1010011110001111110100011101000101100011101111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78F34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78F34; }

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

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

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

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

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

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

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

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