Html Css Color HEX #A29015 Lucky

📋 copy color: '#A29015'

red 162 ◦ green 144 ◦ blue 21

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

Shades of Lucky #A29015

Tints of Lucky #A29015

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 6.42%

R = 49.54%
G = 44.04%
B = 6.42%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.87

 K value IS 0.36

RGB Variations

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

Color information

#A29015 (or 0xA29015) is known color: Lucky. HEX triplet: A2, 90 and 15. RGB value is (162,144,21). Sum of RGB (Red+Green+Blue) = 162+144+21=327 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.54% from 327); Green value is 144 (56.64% from 255 or 44.04% from 327); Blue value is 21 (8.59% from 255 or 6.42% from 327); Max value from RGB is 162 - color contains mainly: red. Hex color #A29015 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29015 is #5D6FEA. Grayscale: #878787. Windows color (decimal): -6123499 or 1413282. OLE color: 1413282.

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

Color convert

RGB 162 144 21 -
CMYK 0 0.11 0.87 0.36
HSL 52.34º 0.77% 0.36% -
HSV(B) 52.34º 0.87% 0.64% -
XYZ 25.01 27.68 4.73 -
YUV 135.36 63.46 147 -
System Red Green Blue C M Y K H S L
Decimal 162 144 21 0 0.11 0.87 0.36 52.34 0.77 0.36
Hex A2 90 15 0 B 57 24 34 4D 24
Octal 242 220 25 0 13 127 44 64 115 44
Binary 10100010 10010000 10101 0 1011 1010111 100100 110100 1001101 100100

Color Harmonies of #A29015

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29015

Black with #A29015

Text Example


Text Example

White with #A29015

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29015; }

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

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

background-color css

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

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

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

border-color css

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

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

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