Html Css Color HEX #A29E02 Lucky

📋 copy color: '#A29E02'

red 162 ◦ green 158 ◦ blue 2

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

Shades of Lucky #A29E02

Tints of Lucky #A29E02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.62%

R = 50.31%
G = 49.07%
B = 0.62%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A29E02 (or 0xA29E02) is known color: Lucky. HEX triplet: A2, 9E and 02. RGB value is (162,158,2). Sum of RGB (Red+Green+Blue) = 162+158+2=322 (42% of max value = 765). Red value is 162 (63.67% from 255 or 50.31% from 322); Green value is 158 (62.11% from 255 or 49.07% from 322); Blue value is 2 (1.17% from 255 or 0.62% from 322); Max value from RGB is 162 - color contains mainly: red. Hex color #A29E02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29E02 is #5D61FD. Grayscale: #8E8E8E. Windows color (decimal): -6119934 or 171682. OLE color: 171682.

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

Color convert

RGB 162 158 2 -
CMYK 0 0.02 0.99 0.36
HSL 58.5º 0.98% 0.32% -
HSV(B) 58.5º 0.99% 0.64% -
XYZ 27.14 32.14 4.83 -
YUV 141.41 49.33 142.68 -
System Red Green Blue C M Y K H S L
Decimal 162 158 2 0 0.02 0.99 0.36 58.5 0.98 0.32
Hex A2 9E 2 0 2 63 24 3A 62 20
Octal 242 236 2 0 2 143 44 72 142 40
Binary 10100010 10011110 10 0 10 1100011 100100 111010 1100010 100000

Color Harmonies of #A29E02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29E02

Black with #A29E02

Text Example


Text Example

White with #A29E02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29E02; }

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

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

background-color css

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

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

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

border-color css

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

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

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