Html Css Color HEX #A29311 Lucky

📋 copy color: '#A29311'

red 162 ◦ green 147 ◦ blue 17

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

Shades of Lucky #A29311

Tints of Lucky #A29311

RGB

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

 GREEN value IS 147 (57.81% from 255) = 45.09%

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

R = 49.69%
G = 45.09%
B = 5.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A29311 (or 0xA29311) is known color: Lucky. HEX triplet: A2, 93 and 11. RGB value is (162,147,17). Sum of RGB (Red+Green+Blue) = 162+147+17=326 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.69% from 326); Green value is 147 (57.81% from 255 or 45.09% from 326); Blue value is 17 (7.03% from 255 or 5.21% from 326); Max value from RGB is 162 - color contains mainly: red. Hex color #A29311 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29311 is #5D6CEE. Grayscale: #898989. Windows color (decimal): -6122735 or 1151906. OLE color: 1151906.

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

Color convert

RGB 162 147 17 -
CMYK 0 0.09 0.90 0.36
HSL 53.79º 0.81% 0.35% -
HSV(B) 53.79º 0.9% 0.64% -
XYZ 25.44 28.59 4.71 -
YUV 136.67 60.47 146.07 -
System Red Green Blue C M Y K H S L
Decimal 162 147 17 0 0.09 0.90 0.36 53.79 0.81 0.35
Hex A2 93 11 0 9 5A 24 36 51 23
Octal 242 223 21 0 11 132 44 66 121 43
Binary 10100010 10010011 10001 0 1001 1011010 100100 110110 1010001 100011

Color Harmonies of #A29311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29311

Black with #A29311

Text Example


Text Example

White with #A29311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29311; }

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

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

background-color css

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

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

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

border-color css

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

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

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