Html Css Color HEX #A79632 Reef Gold

📋 copy color: '#A79632'

red 167 ◦ green 150 ◦ blue 50

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

Shades of Reef Gold #A79632

Tints of Reef Gold #A79632

RGB

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

 GREEN value IS 150 (58.98% from 255) = 40.87%

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

R = 45.5%
G = 40.87%
B = 13.62%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.70

 K value IS 0.35

RGB Variations

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

Color information

#A79632 (or 0xA79632) is known color: Reef Gold. HEX triplet: A7, 96 and 32. RGB value is (167,150,50). Sum of RGB (Red+Green+Blue) = 167+150+50=367 (48% of max value = 765). Red value is 167 (65.62% from 255 or 45.50% from 367); Green value is 150 (58.98% from 255 or 40.87% from 367); Blue value is 50 (19.92% from 255 or 13.62% from 367); Max value from RGB is 167 - color contains mainly: red. Hex color #A79632 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A79632 is #5869CD. Grayscale: #909090. Windows color (decimal): -5794254 or 3315367. OLE color: 3315367.

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

Color convert

RGB 167 150 50 -
CMYK 0 0.10 0.70 0.35
HSL 51.28º 0.54% 0.43% -
HSV(B) 51.28º 0.7% 0.65% -
XYZ 27.42 30.26 7.41 -
YUV 143.68 75.13 144.63 -
System Red Green Blue C M Y K H S L
Decimal 167 150 50 0 0.10 0.70 0.35 51.28 0.54 0.43
Hex A7 96 32 0 A 46 23 33 36 2B
Octal 247 226 62 0 12 106 43 63 66 53
Binary 10100111 10010110 110010 0 1010 1000110 100011 110011 110110 101011

Color Harmonies of #A79632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A79632

Black with #A79632

Text Example


Text Example

White with #A79632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A79632; }

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

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

background-color css

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

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

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

border-color css

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

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

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