Html Css Color HEX #A29511 Lucky

📋 copy color: '#A29511'

red 162 ◦ green 149 ◦ blue 17

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

Shades of Lucky #A29511

Tints of Lucky #A29511

RGB

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

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

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

R = 49.39%
G = 45.43%
B = 5.18%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A29511 (or 0xA29511) is known color: Lucky. HEX triplet: A2, 95 and 11. RGB value is (162,149,17). Sum of RGB (Red+Green+Blue) = 162+149+17=328 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.39% from 328); Green value is 149 (58.59% from 255 or 45.43% from 328); Blue value is 17 (7.03% from 255 or 5.18% from 328); Max value from RGB is 162 - color contains mainly: red. Hex color #A29511 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29511 is #5D6AEE. Grayscale: #8A8A8A. Windows color (decimal): -6122223 or 1152418. OLE color: 1152418.

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

Color convert

RGB 162 149 17 -
CMYK 0 0.08 0.90 0.36
HSL 54.62º 0.81% 0.35% -
HSV(B) 54.62º 0.9% 0.64% -
XYZ 25.75 29.22 4.81 -
YUV 137.84 59.81 145.23 -
System Red Green Blue C M Y K H S L
Decimal 162 149 17 0 0.08 0.90 0.36 54.62 0.81 0.35
Hex A2 95 11 0 8 5A 24 37 51 23
Octal 242 225 21 0 10 132 44 67 121 43
Binary 10100010 10010101 10001 0 1000 1011010 100100 110111 1010001 100011

Color Harmonies of #A29511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29511

Black with #A29511

Text Example


Text Example

White with #A29511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29511; }

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

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

background-color css

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

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

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

border-color css

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

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

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