Html Css Color HEX #AA900F Lucky

📋 copy color: '#AA900F'

red 170 ◦ green 144 ◦ blue 15

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

Shades of Lucky #AA900F

Tints of Lucky #AA900F

RGB

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

 GREEN value IS 144 (56.64% from 255) = 43.77%

 BLUE value IS 15 (6.25% from 255) = 4.56%

R = 51.67%
G = 43.77%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA900F (or 0xAA900F) is known color: Lucky. HEX triplet: AA, 90 and 0F. RGB value is (170,144,15). Sum of RGB (Red+Green+Blue) = 170+144+15=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 144 (56.64% from 255 or 43.77% from 329); Blue value is 15 (6.25% from 255 or 4.56% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA900F is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA900F is #556FF0. Grayscale: #898989. Windows color (decimal): -5599217 or 1020074. OLE color: 1020074.

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

Color convert

RGB 170 144 15 -
CMYK 0 0.15 0.91 0.33
HSL 49.94º 0.84% 0.36% -
HSV(B) 49.94º 0.91% 0.67% -
XYZ 26.64 28.53 4.55 -
YUV 137.07 59.11 151.49 -
System Red Green Blue C M Y K H S L
Decimal 170 144 15 0 0.15 0.91 0.33 49.94 0.84 0.36
Hex AA 90 F 0 F 5B 21 32 54 24
Octal 252 220 17 0 17 133 41 62 124 44
Binary 10101010 10010000 1111 0 1111 1011011 100001 110010 1010100 100100

Color Harmonies of #AA900F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA900F

Black with #AA900F

Text Example


Text Example

White with #AA900F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA900F; }

 p { color: rgb(170,144,15); }

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

background-color css

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

 a { background-color: rgb(170,144,15); }

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

border-color css

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

 span { border-color: rgb(170,144,15); }

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