Html Css Color HEX #A29D36 Reef Gold

📋 copy color: '#A29D36'

red 162 ◦ green 157 ◦ blue 54

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

Shades of Reef Gold #A29D36

Tints of Reef Gold #A29D36

RGB

 RED value IS 162 (63.67% from 255) = 43.43%

 GREEN value IS 157 (61.72% from 255) = 42.09%

 BLUE value IS 54 (21.48% from 255) = 14.48%

R = 43.43%
G = 42.09%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A29D36 (or 0xA29D36) is known color: Reef Gold. HEX triplet: A2, 9D and 36. RGB value is (162,157,54). Sum of RGB (Red+Green+Blue) = 162+157+54=373 (49% of max value = 765). Red value is 162 (63.67% from 255 or 43.43% from 373); Green value is 157 (61.72% from 255 or 42.09% from 373); Blue value is 54 (21.48% from 255 or 14.48% from 373); Max value from RGB is 162 - color contains mainly: red. Hex color #A29D36 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29D36 is #5D62C9. Grayscale: #939393. Windows color (decimal): -6120138 or 3579298. OLE color: 3579298.

HSL color Cylindrical-coordinate representation of color #A29D36: hue angle of 57.22º degrees, saturation: 0.5, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A29D36 is Cyan = 0, Magento = 0.03, Yellow = 0.67 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 157 54 -
CMYK 0 0.03 0.67 0.36
HSL 57.22º 0.5% 0.42% -
HSV(B) 57.22º 0.67% 0.64% -
XYZ 27.62 32.06 8.22 -
YUV 146.75 75.66 138.88 -
System Red Green Blue C M Y K H S L
Decimal 162 157 54 0 0.03 0.67 0.36 57.22 0.5 0.42
Hex A2 9D 36 0 3 43 24 39 32 2A
Octal 242 235 66 0 3 103 44 71 62 52
Binary 10100010 10011101 110110 0 11 1000011 100100 111001 110010 101010

Color Harmonies of #A29D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29D36

Black with #A29D36

Text Example


Text Example

White with #A29D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29D36; }

 p { color: rgb(162,157,54); }

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

background-color css

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

 a { background-color: rgb(162,157,54); }

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

border-color css

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

 span { border-color: rgb(162,157,54); }

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