Html Css Color HEX #A79A32 Reef Gold

📋 copy color: '#A79A32'

red 167 ◦ green 154 ◦ blue 50

#A79A32
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Reef Gold #A79A32

Tints of Reef Gold #A79A32

RGB

 RED value IS 167 (65.63% from 255) = 45.01%

 GREEN value IS 154 (60.55% from 255) = 41.51%

 BLUE value IS 50 (19.92% from 255) = 13.48%

R = 45.01%
G = 41.51%
B = 13.48%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A79A32 (or 0xA79A32) is known color: Reef Gold. HEX triplet: A7, 9A and 32. RGB value is (167,154,50). Sum of RGB (Red+Green+Blue) = 167+154+50=371 (49% of max value = 765). Red value is 167 (65.62% from 255 or 45.01% from 371); Green value is 154 (60.55% from 255 or 41.51% from 371); Blue value is 50 (19.92% from 255 or 13.48% from 371); Max value from RGB is 167 - color contains mainly: red. Hex color #A79A32 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79A32 is #5865CD. Grayscale: #929292. Windows color (decimal): -5793230 or 3316391. OLE color: 3316391.

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

Color convert

RGB 167 154 50 -
CMYK 0 0.08 0.70 0.35
HSL 53.33º 0.54% 0.43% -
HSV(B) 53.33º 0.7% 0.65% -
XYZ 28.07 31.56 7.63 -
YUV 146.03 73.81 142.96 -
System Red Green Blue C M Y K H S L
Decimal 167 154 50 0 0.08 0.70 0.35 53.33 0.54 0.43
Hex A7 9A 32 0 8 46 23 35 36 2B
Octal 247 232 62 0 10 106 43 65 66 53
Binary 10100111 10011010 110010 0 1000 1000110 100011 110101 110110 101011

Color Harmonies of #A79A32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79A32

Black with #A79A32

Text Example


Text Example

White with #A79A32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79A32; }

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

 H1.HeaderClassName
 {
   color: #A79A32;
 }
 .AnyTagClassName
 {
   color: #A79A32;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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