Html Css Color HEX #A29417 Lucky

📋 copy color: '#A29417'

red 162 ◦ green 148 ◦ blue 23

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

Shades of Lucky #A29417

Tints of Lucky #A29417

RGB

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

 GREEN value IS 148 (58.2% from 255) = 44.44%

 BLUE value IS 23 (9.38% from 255) = 6.91%

R = 48.65%
G = 44.44%
B = 6.91%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.86

 K value IS 0.36

RGB Variations

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

Color information

#A29417 (or 0xA29417) is known color: Lucky. HEX triplet: A2, 94 and 17. RGB value is (162,148,23). Sum of RGB (Red+Green+Blue) = 162+148+23=333 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.65% from 333); Green value is 148 (58.20% from 255 or 44.44% from 333); Blue value is 23 (9.38% from 255 or 6.91% from 333); Max value from RGB is 162 - color contains mainly: red. Hex color #A29417 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29417 is #5D6BE8. Grayscale: #8A8A8A. Windows color (decimal): -6122473 or 1545378. OLE color: 1545378.

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

Color convert

RGB 162 148 23 -
CMYK 0 0.09 0.86 0.36
HSL 53.96º 0.75% 0.36% -
HSV(B) 53.96º 0.86% 0.64% -
XYZ 25.64 28.92 5.04 -
YUV 137.94 63.14 145.16 -
System Red Green Blue C M Y K H S L
Decimal 162 148 23 0 0.09 0.86 0.36 53.96 0.75 0.36
Hex A2 94 17 0 9 56 24 36 4B 24
Octal 242 224 27 0 11 126 44 66 113 44
Binary 10100010 10010100 10111 0 1001 1010110 100100 110110 1001011 100100

Color Harmonies of #A29417

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29417

Black with #A29417

Text Example


Text Example

White with #A29417

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29417; }

 p { color: rgb(162,148,23); }

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

background-color css

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

 a { background-color: rgb(162,148,23); }

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

border-color css

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

 span { border-color: rgb(162,148,23); }

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