Html Css Color HEX #A29202 Lucky

📋 copy color: '#A29202'

red 162 ◦ green 146 ◦ blue 2

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

Shades of Lucky #A29202

Tints of Lucky #A29202

RGB

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

 GREEN value IS 146 (57.42% from 255) = 47.1%

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

R = 52.26%
G = 47.1%
B = 0.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A29202 (or 0xA29202) is known color: Lucky. HEX triplet: A2, 92 and 02. RGB value is (162,146,2). Sum of RGB (Red+Green+Blue) = 162+146+2=310 (41% of max value = 765). Red value is 162 (63.67% from 255 or 52.26% from 310); Green value is 146 (57.42% from 255 or 47.10% from 310); Blue value is 2 (1.17% from 255 or 0.65% from 310); Max value from RGB is 162 - color contains mainly: red. Hex color #A29202 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29202 is #5D6DFD. Grayscale: #868686. Windows color (decimal): -6123006 or 168610. OLE color: 168610.

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

Color convert

RGB 162 146 2 -
CMYK 0 0.10 0.99 0.36
HSL 54º 0.98% 0.32% -
HSV(B) 54º 0.99% 0.64% -
XYZ 25.19 28.24 4.18 -
YUV 134.37 53.3 147.71 -
System Red Green Blue C M Y K H S L
Decimal 162 146 2 0 0.10 0.99 0.36 54 0.98 0.32
Hex A2 92 2 0 A 63 24 36 62 20
Octal 242 222 2 0 12 143 44 66 142 40
Binary 10100010 10010010 10 0 1010 1100011 100100 110110 1100010 100000

Color Harmonies of #A29202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29202

Black with #A29202

Text Example


Text Example

White with #A29202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29202; }

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

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

background-color css

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

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

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

border-color css

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

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

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