Html Css Color HEX #A29532 Reef Gold

📋 copy color: '#A29532'

red 162 ◦ green 149 ◦ blue 50

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

Shades of Reef Gold #A29532

Tints of Reef Gold #A29532

RGB

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

 GREEN value IS 149 (58.59% from 255) = 41.27%

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

R = 44.88%
G = 41.27%
B = 13.85%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A29532 (or 0xA29532) is known color: Reef Gold. HEX triplet: A2, 95 and 32. RGB value is (162,149,50). Sum of RGB (Red+Green+Blue) = 162+149+50=361 (47% of max value = 765). Red value is 162 (63.67% from 255 or 44.88% from 361); Green value is 149 (58.59% from 255 or 41.27% from 361); Blue value is 50 (19.92% from 255 or 13.85% from 361); Max value from RGB is 162 - color contains mainly: red. Hex color #A29532 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29532 is #5D6ACD. Grayscale: #8E8E8E. Windows color (decimal): -6122190 or 3315106. OLE color: 3315106.

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

Color convert

RGB 162 149 50 -
CMYK 0 0.08 0.69 0.36
HSL 53.04º 0.53% 0.42% -
HSV(B) 53.04º 0.69% 0.64% -
XYZ 26.22 29.41 7.31 -
YUV 141.6 76.31 142.55 -
System Red Green Blue C M Y K H S L
Decimal 162 149 50 0 0.08 0.69 0.36 53.04 0.53 0.42
Hex A2 95 32 0 8 45 24 35 35 2A
Octal 242 225 62 0 10 105 44 65 65 52
Binary 10100010 10010101 110010 0 1000 1000101 100100 110101 110101 101010

Color Harmonies of #A29532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29532

Black with #A29532

Text Example


Text Example

White with #A29532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29532; }

 p { color: rgb(162,149,50); }

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

background-color css

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

 a { background-color: rgb(162,149,50); }

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

border-color css

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

 span { border-color: rgb(162,149,50); }

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