Html Css Color HEX #A29033 Reef Gold

📋 copy color: '#A29033'

red 162 ◦ green 144 ◦ blue 51

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

Shades of Reef Gold #A29033

Tints of Reef Gold #A29033

RGB

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

 GREEN value IS 144 (56.64% from 255) = 40.34%

 BLUE value IS 51 (20.31% from 255) = 14.29%

R = 45.38%
G = 40.34%
B = 14.29%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A29033 (or 0xA29033) is known color: Reef Gold. HEX triplet: A2, 90 and 33. RGB value is (162,144,51). Sum of RGB (Red+Green+Blue) = 162+144+51=357 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.38% from 357); Green value is 144 (56.64% from 255 or 40.34% from 357); Blue value is 51 (20.31% from 255 or 14.29% from 357); Max value from RGB is 162 - color contains mainly: red. Hex color #A29033 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29033 is #5D6FCC. Grayscale: #8B8B8B. Windows color (decimal): -6123469 or 3379362. OLE color: 3379362.

HSL color Cylindrical-coordinate representation of color #A29033: hue angle of 50.27º degrees, saturation: 0.52, 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 #A29033 is Cyan = 0, Magento = 0.11, Yellow = 0.69 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 144 51 -
CMYK 0 0.11 0.69 0.36
HSL 50.27º 0.52% 0.42% -
HSV(B) 50.27º 0.69% 0.64% -
XYZ 25.47 27.87 7.17 -
YUV 138.78 78.46 144.56 -
System Red Green Blue C M Y K H S L
Decimal 162 144 51 0 0.11 0.69 0.36 50.27 0.52 0.42
Hex A2 90 33 0 B 45 24 32 34 2A
Octal 242 220 63 0 13 105 44 62 64 52
Binary 10100010 10010000 110011 0 1011 1000101 100100 110010 110100 101010

Color Harmonies of #A29033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29033

Black with #A29033

Text Example


Text Example

White with #A29033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29033; }

 p { color: rgb(162,144,51); }

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

background-color css

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

 a { background-color: rgb(162,144,51); }

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

border-color css

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

 span { border-color: rgb(162,144,51); }

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