Html Css Color HEX #A29536 Reef Gold

📋 copy color: '#A29536'

red 162 ◦ green 149 ◦ blue 54

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

Shades of Reef Gold #A29536

Tints of Reef Gold #A29536

RGB

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

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

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

R = 44.38%
G = 40.82%
B = 14.79%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A29536 (or 0xA29536) is known color: Reef Gold. HEX triplet: A2, 95 and 36. RGB value is (162,149,54). Sum of RGB (Red+Green+Blue) = 162+149+54=365 (48% of max value = 765). Red value is 162 (63.67% from 255 or 44.38% from 365); Green value is 149 (58.59% from 255 or 40.82% from 365); Blue value is 54 (21.48% from 255 or 14.79% from 365); Max value from RGB is 162 - color contains mainly: red. Hex color #A29536 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29536 is #5D6AC9. Grayscale: #8E8E8E. Windows color (decimal): -6122186 or 3577250. OLE color: 3577250.

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

Color convert

RGB 162 149 54 -
CMYK 0 0.08 0.67 0.36
HSL 52.78º 0.5% 0.42% -
HSV(B) 52.78º 0.67% 0.64% -
XYZ 26.31 29.44 7.79 -
YUV 142.06 78.31 142.22 -
System Red Green Blue C M Y K H S L
Decimal 162 149 54 0 0.08 0.67 0.36 52.78 0.5 0.42
Hex A2 95 36 0 8 43 24 35 32 2A
Octal 242 225 66 0 10 103 44 65 62 52
Binary 10100010 10010101 110110 0 1000 1000011 100100 110101 110010 101010

Color Harmonies of #A29536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29536

Black with #A29536

Text Example


Text Example

White with #A29536

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29536; }

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

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

background-color css

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

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

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

border-color css

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

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

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