Html Css Color HEX #A29E10 Lucky

📋 copy color: '#A29E10'

red 162 ◦ green 158 ◦ blue 16

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

Shades of Lucky #A29E10

Tints of Lucky #A29E10

RGB

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

 GREEN value IS 158 (62.11% from 255) = 47.02%

 BLUE value IS 16 (6.64% from 255) = 4.76%

R = 48.21%
G = 47.02%
B = 4.76%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.90

 K value IS 0.36

RGB Variations

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

Color information

#A29E10 (or 0xA29E10) is known color: Lucky. HEX triplet: A2, 9E and 10. RGB value is (162,158,16). Sum of RGB (Red+Green+Blue) = 162+158+16=336 (44% of max value = 765). Red value is 162 (63.67% from 255 or 48.21% from 336); Green value is 158 (62.11% from 255 or 47.02% from 336); Blue value is 16 (6.64% from 255 or 4.76% from 336); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29E10 is #5D61EF. Grayscale: #8F8F8F. Windows color (decimal): -6119920 or 1089186. OLE color: 1089186.

HSL color Cylindrical-coordinate representation of color #A29E10: hue angle of 58.36º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #A29E10 is Cyan = 0, Magento = 0.02, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB 162 158 16 -
CMYK 0 0.02 0.90 0.36
HSL 58.36º 0.82% 0.35% -
HSV(B) 58.36º 0.9% 0.64% -
XYZ 27.22 32.17 5.27 -
YUV 143.01 56.33 141.55 -
System Red Green Blue C M Y K H S L
Decimal 162 158 16 0 0.02 0.90 0.36 58.36 0.82 0.35
Hex A2 9E 10 0 2 5A 24 3A 52 23
Octal 242 236 20 0 2 132 44 72 122 43
Binary 10100010 10011110 10000 0 10 1011010 100100 111010 1010010 100011

Color Harmonies of #A29E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E10

Black with #A29E10

Text Example


Text Example

White with #A29E10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E10; }

 p { color: rgb(162,158,16); }

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

background-color css

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

 a { background-color: rgb(162,158,16); }

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

border-color css

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

 span { border-color: rgb(162,158,16); }

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