Html Css Color HEX #AA9F02 Lucky

📋 copy color: '#AA9F02'

red 170 ◦ green 159 ◦ blue 2

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

Shades of Lucky #AA9F02

Tints of Lucky #AA9F02

RGB

 RED value IS 170 (66.8% from 255) = 51.36%

 GREEN value IS 159 (62.5% from 255) = 48.04%

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

R = 51.36%
G = 48.04%
B = 0.6%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.99

 K value IS 0.33

RGB Variations

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

Color information

#AA9F02 (or 0xAA9F02) is known color: Lucky. HEX triplet: AA, 9F and 02. RGB value is (170,159,2). Sum of RGB (Red+Green+Blue) = 170+159+2=331 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.36% from 331); Green value is 159 (62.5% from 255 or 48.04% from 331); Blue value is 2 (1.17% from 255 or 0.60% from 331); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F02 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F02 is #5560FD. Grayscale: #919191. Windows color (decimal): -5595390 or 171946. OLE color: 171946.

HSL color Cylindrical-coordinate representation of color #AA9F02: hue angle of 56.07º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AA9F02 is Cyan = 0, Magento = 0.06, Yellow = 0.99 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 159 2 -
CMYK 0 0.06 0.99 0.33
HSL 56.07º 0.98% 0.34% -
HSV(B) 56.07º 0.99% 0.67% -
XYZ 28.99 33.35 4.97 -
YUV 144.39 47.64 146.27 -
System Red Green Blue C M Y K H S L
Decimal 170 159 2 0 0.06 0.99 0.33 56.07 0.98 0.34
Hex AA 9F 2 0 6 63 21 38 62 22
Octal 252 237 2 0 6 143 41 70 142 42
Binary 10101010 10011111 10 0 110 1100011 100001 111000 1100010 100010

Color Harmonies of #AA9F02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F02

Black with #AA9F02

Text Example


Text Example

White with #AA9F02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F02; }

 p { color: rgb(170,159,2); }

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

background-color css

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

 a { background-color: rgb(170,159,2); }

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

border-color css

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

 span { border-color: rgb(170,159,2); }

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