Html Css Color HEX #A29036 Reef Gold

📋 copy color: '#A29036'

red 162 ◦ green 144 ◦ blue 54

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

Shades of Reef Gold #A29036

Tints of Reef Gold #A29036

RGB

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

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

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

R = 45%
G = 40%
B = 15%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.67

 K value IS 0.36

RGB Variations

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

Color information

#A29036 (or 0xA29036) is known color: Reef Gold. HEX triplet: A2, 90 and 36. RGB value is (162,144,54). Sum of RGB (Red+Green+Blue) = 162+144+54=360 (47% of max value = 765). Red value is 162 (63.67% from 255 or 45% from 360); Green value is 144 (56.64% from 255 or 40% from 360); Blue value is 54 (21.48% from 255 or 15% from 360); Max value from RGB is 162 - color contains mainly: red. Hex color #A29036 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #A29036 is #5D6FC9. Grayscale: #8B8B8B. Windows color (decimal): -6123466 or 3575970. OLE color: 3575970.

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

Color convert

RGB 162 144 54 -
CMYK 0 0.11 0.67 0.36
HSL 50º 0.5% 0.42% -
HSV(B) 50º 0.67% 0.64% -
XYZ 25.54 27.89 7.53 -
YUV 139.12 79.96 144.32 -
System Red Green Blue C M Y K H S L
Decimal 162 144 54 0 0.11 0.67 0.36 50 0.5 0.42
Hex A2 90 36 0 B 43 24 32 32 2A
Octal 242 220 66 0 13 103 44 62 62 52
Binary 10100010 10010000 110110 0 1011 1000011 100100 110010 110010 101010

Color Harmonies of #A29036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29036

Black with #A29036

Text Example


Text Example

White with #A29036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29036; }

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

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

background-color css

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

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

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

border-color css

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

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

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