Html Css Color HEX #AA9F00 Lucky

📋 copy color: '#AA9F00'

red 170 ◦ green 159 ◦ blue 0

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

Shades of Lucky #AA9F00

Tints of Lucky #AA9F00

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 51.67%
G = 48.33%
B = 0%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 1

 K value IS 0.33

RGB Variations

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

Color information

#AA9F00 (or 0xAA9F00) is known color: Lucky. HEX triplet: AA, 9F and 00. RGB value is (170,159,0). Sum of RGB (Red+Green+Blue) = 170+159+0=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 159 (62.5% from 255 or 48.33% from 329); Blue value is 0 (0.39% from 255 or 0% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9F00 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9F00 is #5560FF. Grayscale: #909090. Windows color (decimal): -5595392 or 40874. OLE color: 40874.

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

Color convert

RGB 170 159 0 -
CMYK 0 0.06 1 0.33
HSL 56.12º 1% 0.33% -
HSV(B) 56.12º 1% 0.67% -
XYZ 28.98 33.34 4.91 -
YUV 144.16 46.64 146.43 -
System Red Green Blue C M Y K H S L
Decimal 170 159 0 0 0.06 1 0.33 56.12 1 0.33
Hex AA 9F 0 0 6 64 21 38 64 21
Octal 252 237 0 0 6 144 41 70 144 41
Binary 10101010 10011111 0 0 110 1100100 100001 111000 1100100 100001

Color Harmonies of #AA9F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9F00

Black with #AA9F00

Text Example


Text Example

White with #AA9F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9F00; }

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

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

background-color css

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

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

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

border-color css

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

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

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