#A78E34

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

Shades of Reef Gold #A78E34

Tints of Reef Gold #A78E34

Color information

#A78E34 (or 0xA78E34) is unknown color: approx Reef Gold. HEX triplet: A7, 8E and 34. RGB value is (167,142,52). Sum of RGB (Red+Green+Blue) = 167+142+52=361 (47% of max value = 765). Red value is 167 (65.62% from 255 or 46.26% from 361); Green value is 142 (55.86% from 255 or 39.34% from 361); Blue value is 52 (20.70% from 255 or 14.40% from 361); Max value from RGB is 167 - color contains mainly: red. Hex color #A78E34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A78E34 is #5871CB. Grayscale: #8B8B8B. Windows color (decimal): -5796300 or 3444391. OLE color: 3444391.

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

Color convert

RGB16714252-
CMYK00.150.690.35
HSL46.96º52.51%42.94%-
HSV(B)46.96º68.86%65.49%-
XYZ26.2327.817.23-
YUV139.2278.78147.82-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 46.26%
GREEN value IS 142 (55.86% from 255) = 39.34%
BLUE value IS 52 (20.70% from 255) = 14.40%
R=46.26%
G=39.34%
B=14.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671425200.150.690.3546.9652.5142.94
HexA78E340F45232f352b
Octal2472166401710543576553
Binary1010011110001110110100011111000101100011101111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A78E34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A78E34; }

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

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

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

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

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

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

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

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