Html Css Color HEX #A29233 Reef Gold

📋 copy color: '#A29233'

red 162 ◦ green 146 ◦ blue 51

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

Shades of Reef Gold #A29233

Tints of Reef Gold #A29233

RGB

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

 GREEN value IS 146 (57.42% from 255) = 40.67%

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

R = 45.13%
G = 40.67%
B = 14.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.69

 K value IS 0.36

RGB Variations

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

Color information

#A29233 (or 0xA29233) is known color: Reef Gold. HEX triplet: A2, 92 and 33. RGB value is (162,146,51). Sum of RGB (Red+Green+Blue) = 162+146+51=359 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45.13% from 359); Green value is 146 (57.42% from 255 or 40.67% from 359); Blue value is 51 (20.31% from 255 or 14.21% from 359); Max value from RGB is 162 - color contains mainly: red. Hex color #A29233 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29233 is #5D6DCC. Grayscale: #8C8C8C. Windows color (decimal): -6122957 or 3379874. OLE color: 3379874.

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

Color convert

RGB 162 146 51 -
CMYK 0 0.10 0.69 0.36
HSL 51.35º 0.52% 0.42% -
HSV(B) 51.35º 0.69% 0.64% -
XYZ 25.78 28.48 7.27 -
YUV 139.95 77.8 143.72 -
System Red Green Blue C M Y K H S L
Decimal 162 146 51 0 0.10 0.69 0.36 51.35 0.52 0.42
Hex A2 92 33 0 A 45 24 33 34 2A
Octal 242 222 63 0 12 105 44 63 64 52
Binary 10100010 10010010 110011 0 1010 1000101 100100 110011 110100 101010

Color Harmonies of #A29233

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29233

Black with #A29233

Text Example


Text Example

White with #A29233

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29233; }

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

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

background-color css

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

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

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

border-color css

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

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

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