Html Css Color HEX #A29018 Lucky

📋 copy color: '#A29018'

red 162 ◦ green 144 ◦ blue 24

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

Shades of Lucky #A29018

Tints of Lucky #A29018

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.27%

R = 49.09%
G = 43.64%
B = 7.27%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A29018 (or 0xA29018) is known color: Lucky. HEX triplet: A2, 90 and 18. RGB value is (162,144,24). Sum of RGB (Red+Green+Blue) = 162+144+24=330 (43% of max value = 765). Red value is 162 (63.67% from 255 or 49.09% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 24 (9.77% from 255 or 7.27% from 330); Max value from RGB is 162 - color contains mainly: red. Hex color #A29018 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29018 is #5D6FE7. Grayscale: #888888. Windows color (decimal): -6123496 or 1609890. OLE color: 1609890.

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

Color convert

RGB 162 144 24 -
CMYK 0 0.11 0.85 0.36
HSL 52.17º 0.74% 0.36% -
HSV(B) 52.17º 0.85% 0.64% -
XYZ 25.04 27.69 4.89 -
YUV 135.7 64.96 146.76 -
System Red Green Blue C M Y K H S L
Decimal 162 144 24 0 0.11 0.85 0.36 52.17 0.74 0.36
Hex A2 90 18 0 B 55 24 34 4A 24
Octal 242 220 30 0 13 125 44 64 112 44
Binary 10100010 10010000 11000 0 1011 1010101 100100 110100 1001010 100100

Color Harmonies of #A29018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29018

Black with #A29018

Text Example


Text Example

White with #A29018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29018; }

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

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

background-color css

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

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

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

border-color css

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

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

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