Html Css Color HEX #A29502 Lucky

📋 copy color: '#A29502'

red 162 ◦ green 149 ◦ blue 2

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

Shades of Lucky #A29502

Tints of Lucky #A29502

RGB

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

 GREEN value IS 149 (58.59% from 255) = 47.6%

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

R = 51.76%
G = 47.6%
B = 0.64%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.99

 K value IS 0.36

RGB Variations

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

Color information

#A29502 (or 0xA29502) is known color: Lucky. HEX triplet: A2, 95 and 02. RGB value is (162,149,2). Sum of RGB (Red+Green+Blue) = 162+149+2=313 (41% of max value = 765). Red value is 162 (63.67% from 255 or 51.76% from 313); Green value is 149 (58.59% from 255 or 47.60% from 313); Blue value is 2 (1.17% from 255 or 0.64% from 313); Max value from RGB is 162 - color contains mainly: red. Hex color #A29502 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #A29502 is #5D6AFD. Grayscale: #888888. Windows color (decimal): -6122238 or 169378. OLE color: 169378.

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

Color convert

RGB 162 149 2 -
CMYK 0 0.08 0.99 0.36
HSL 55.13º 0.98% 0.32% -
HSV(B) 55.13º 0.99% 0.64% -
XYZ 25.66 29.18 4.34 -
YUV 136.13 52.31 146.45 -
System Red Green Blue C M Y K H S L
Decimal 162 149 2 0 0.08 0.99 0.36 55.13 0.98 0.32
Hex A2 95 2 0 8 63 24 37 62 20
Octal 242 225 2 0 10 143 44 67 142 40
Binary 10100010 10010101 10 0 1000 1100011 100100 110111 1100010 100000

Color Harmonies of #A29502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A29502

Black with #A29502

Text Example


Text Example

White with #A29502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A29502; }

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

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

background-color css

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

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

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

border-color css

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

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

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