Html Css Color HEX #A29139 Reef Gold

📋 copy color: '#A29139'

red 162 ◦ green 145 ◦ blue 57

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

Shades of Reef Gold #A29139

Tints of Reef Gold #A29139

RGB

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

 GREEN value IS 145 (57.03% from 255) = 39.84%

 BLUE value IS 57 (22.66% from 255) = 15.66%

R = 44.51%
G = 39.84%
B = 15.66%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.65

 K value IS 0.36

RGB Variations

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

Color information

#A29139 (or 0xA29139) is known color: Reef Gold. HEX triplet: A2, 91 and 39. RGB value is (162,145,57). Sum of RGB (Red+Green+Blue) = 162+145+57=364 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.51% from 364); Green value is 145 (57.03% from 255 or 39.84% from 364); Blue value is 57 (22.66% from 255 or 15.66% from 364); Max value from RGB is 162 - color contains mainly: red. Hex color #A29139 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29139 is #5D6EC6. Grayscale: #8C8C8C. Windows color (decimal): -6123207 or 3772834. OLE color: 3772834.

HSL color Cylindrical-coordinate representation of color #A29139: hue angle of 50.29º degrees, saturation: 0.48, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #A29139 is Cyan = 0, Magento = 0.10, Yellow = 0.65 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 145 57 -
CMYK 0 0.10 0.65 0.36
HSL 50.29º 0.48% 0.43% -
HSV(B) 50.29º 0.65% 0.64% -
XYZ 25.76 28.23 7.96 -
YUV 140.05 81.13 143.66 -
System Red Green Blue C M Y K H S L
Decimal 162 145 57 0 0.10 0.65 0.36 50.29 0.48 0.43
Hex A2 91 39 0 A 41 24 32 30 2B
Octal 242 221 71 0 12 101 44 62 60 53
Binary 10100010 10010001 111001 0 1010 1000001 100100 110010 110000 101011

Color Harmonies of #A29139

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29139

Black with #A29139

Text Example


Text Example

White with #A29139

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29139; }

 p { color: rgb(162,145,57); }

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

background-color css

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

 a { background-color: rgb(162,145,57); }

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

border-color css

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

 span { border-color: rgb(162,145,57); }

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