#A79B34

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

Shades of Reef Gold #A79B34

Tints of Reef Gold #A79B34

Color information

#A79B34 (or 0xA79B34) is unknown color: approx Reef Gold. HEX triplet: A7, 9B and 34. RGB value is (167,155,52). Sum of RGB (Red+Green+Blue) = 167+155+52=374 (49% of max value = 765). Red value is 167 (65.62% from 255 or 44.65% from 374); Green value is 155 (60.94% from 255 or 41.44% from 374); Blue value is 52 (20.70% from 255 or 13.90% from 374); Max value from RGB is 167 - color contains mainly: red. Hex color #A79B34 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79B34 is #5864CB. Grayscale: #939393. Windows color (decimal): -5792972 or 3447719. OLE color: 3447719.

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

Color convert

RGB16715552-
CMYK00.070.690.35
HSL53.74º52.51%42.94%-
HSV(B)53.74º68.86%65.49%-
XYZ28.2831.917.92-
YUV146.8574.48142.38-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 44.65%
GREEN value IS 155 (60.94% from 255) = 41.44%
BLUE value IS 52 (20.70% from 255) = 13.90%
R=44.65%
G=41.44%
B=13.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.69
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1671555200.070.690.3553.7452.5142.94
HexA79B3407452336352b
Octal247233640710543666553
Binary101001111001101111010001111000101100011110110110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A79B34

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A79B34; }

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

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

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

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

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

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

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

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