Html Css Color HEX #A29F18 Lucky

📋 copy color: '#A29F18'

red 162 ◦ green 159 ◦ blue 24

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

Shades of Lucky #A29F18

Tints of Lucky #A29F18

RGB

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

 GREEN value IS 159 (62.5% from 255) = 46.09%

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

R = 46.96%
G = 46.09%
B = 6.96%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.85

 K value IS 0.36

RGB Variations

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

Color information

#A29F18 (or 0xA29F18) is known color: Lucky. HEX triplet: A2, 9F and 18. RGB value is (162,159,24). Sum of RGB (Red+Green+Blue) = 162+159+24=345 (45% of max value = 765). Red value is 162 (63.67% from 255 or 46.96% from 345); Green value is 159 (62.5% from 255 or 46.09% from 345); Blue value is 24 (9.77% from 255 or 6.96% from 345); Max value from RGB is 162 - color contains mainly: red. Hex color #A29F18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29F18 is #5D60E7. Grayscale: #919191. Windows color (decimal): -6119656 or 1613730. OLE color: 1613730.

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

Color convert

RGB 162 159 24 -
CMYK 0 0.02 0.85 0.36
HSL 58.7º 0.74% 0.36% -
HSV(B) 58.7º 0.85% 0.64% -
XYZ 27.46 32.54 5.7 -
YUV 144.51 59.99 140.48 -
System Red Green Blue C M Y K H S L
Decimal 162 159 24 0 0.02 0.85 0.36 58.7 0.74 0.36
Hex A2 9F 18 0 2 55 24 3B 4A 24
Octal 242 237 30 0 2 125 44 73 112 44
Binary 10100010 10011111 11000 0 10 1010101 100100 111011 1001010 100100

Color Harmonies of #A29F18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29F18

Black with #A29F18

Text Example


Text Example

White with #A29F18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29F18; }

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

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

background-color css

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

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

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

border-color css

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

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

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