Html Css Color HEX #A29E13 Lucky

📋 copy color: '#A29E13'

red 162 ◦ green 158 ◦ blue 19

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

Shades of Lucky #A29E13

Tints of Lucky #A29E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 5.6%

R = 47.79%
G = 46.61%
B = 5.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.88

 K value IS 0.36

RGB Variations

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

Color information

#A29E13 (or 0xA29E13) is known color: Lucky. HEX triplet: A2, 9E and 13. RGB value is (162,158,19). Sum of RGB (Red+Green+Blue) = 162+158+19=339 (44% of max value = 765). Red value is 162 (63.67% from 255 or 47.79% from 339); Green value is 158 (62.11% from 255 or 46.61% from 339); Blue value is 19 (7.81% from 255 or 5.60% from 339); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E13 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29E13 is #5D61EC. Grayscale: #8F8F8F. Windows color (decimal): -6119917 or 1285794. OLE color: 1285794.

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

Color convert

RGB 162 158 19 -
CMYK 0 0.02 0.88 0.36
HSL 58.32º 0.79% 0.35% -
HSV(B) 58.32º 0.88% 0.64% -
XYZ 27.24 32.18 5.39 -
YUV 143.35 57.83 141.3 -
System Red Green Blue C M Y K H S L
Decimal 162 158 19 0 0.02 0.88 0.36 58.32 0.79 0.35
Hex A2 9E 13 0 2 58 24 3A 4F 23
Octal 242 236 23 0 2 130 44 72 117 43
Binary 10100010 10011110 10011 0 10 1011000 100100 111010 1001111 100011

Color Harmonies of #A29E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E13

Black with #A29E13

Text Example


Text Example

White with #A29E13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E13; }

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

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

background-color css

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

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

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

border-color css

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

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

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