Html Css Color HEX #A29011 Lucky

📋 copy color: '#A29011'

red 162 ◦ green 144 ◦ blue 17

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

Shades of Lucky #A29011

Tints of Lucky #A29011

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.26%

R = 50.15%
G = 44.58%
B = 5.26%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A29011 (or 0xA29011) is known color: Lucky. HEX triplet: A2, 90 and 11. RGB value is (162,144,17). Sum of RGB (Red+Green+Blue) = 162+144+17=323 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.15% from 323); Green value is 144 (56.64% from 255 or 44.58% from 323); Blue value is 17 (7.03% from 255 or 5.26% from 323); Max value from RGB is 162 - color contains mainly: red. Hex color #A29011 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29011 is #5D6FEE. Grayscale: #878787. Windows color (decimal): -6123503 or 1151138. OLE color: 1151138.

HSL color Cylindrical-coordinate representation of color #A29011: hue angle of 52.55º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A29011 is Cyan = 0, Magento = 0.11, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 144 17 -
CMYK 0 0.11 0.90 0.36
HSL 52.55º 0.81% 0.35% -
HSV(B) 52.55º 0.9% 0.64% -
XYZ 24.97 27.67 4.55 -
YUV 134.9 61.46 147.33 -
System Red Green Blue C M Y K H S L
Decimal 162 144 17 0 0.11 0.90 0.36 52.55 0.81 0.35
Hex A2 90 11 0 B 5A 24 35 51 23
Octal 242 220 21 0 13 132 44 65 121 43
Binary 10100010 10010000 10001 0 1011 1011010 100100 110101 1010001 100011

Color Harmonies of #A29011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29011

Black with #A29011

Text Example


Text Example

White with #A29011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29011; }

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

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

background-color css

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

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

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

border-color css

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

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

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