Html Css Color HEX #A29013 Lucky

📋 copy color: '#A29013'

red 162 ◦ green 144 ◦ blue 19

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

Shades of Lucky #A29013

Tints of Lucky #A29013

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.85%

R = 49.85%
G = 44.31%
B = 5.85%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A29013 (or 0xA29013) is known color: Lucky. HEX triplet: A2, 90 and 13. RGB value is (162,144,19). Sum of RGB (Red+Green+Blue) = 162+144+19=325 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.85% from 325); Green value is 144 (56.64% from 255 or 44.31% from 325); Blue value is 19 (7.81% from 255 or 5.85% from 325); Max value from RGB is 162 - color contains mainly: red. Hex color #A29013 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29013 is #5D6FEC. Grayscale: #878787. Windows color (decimal): -6123501 or 1282210. OLE color: 1282210.

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

Color convert

RGB 162 144 19 -
CMYK 0 0.11 0.88 0.36
HSL 52.45º 0.79% 0.35% -
HSV(B) 52.45º 0.88% 0.64% -
XYZ 24.99 27.67 4.64 -
YUV 135.13 62.46 147.16 -
System Red Green Blue C M Y K H S L
Decimal 162 144 19 0 0.11 0.88 0.36 52.45 0.79 0.35
Hex A2 90 13 0 B 58 24 34 4F 23
Octal 242 220 23 0 13 130 44 64 117 43
Binary 10100010 10010000 10011 0 1011 1011000 100100 110100 1001111 100011

Color Harmonies of #A29013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29013

Black with #A29013

Text Example


Text Example

White with #A29013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29013; }

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

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

background-color css

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

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

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

border-color css

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

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

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