Html Css Color HEX #AA901A Lucky

📋 copy color: '#AA901A'

red 170 ◦ green 144 ◦ blue 26

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

Shades of Lucky #AA901A

Tints of Lucky #AA901A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 7.65%

R = 50%
G = 42.35%
B = 7.65%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AA901A (or 0xAA901A) is known color: Lucky. HEX triplet: AA, 90 and 1A. RGB value is (170,144,26). Sum of RGB (Red+Green+Blue) = 170+144+26=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 144 (56.64% from 255 or 42.35% from 340); Blue value is 26 (10.55% from 255 or 7.65% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA901A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA901A is #556FE5. Grayscale: #8A8A8A. Windows color (decimal): -5599206 or 1740970. OLE color: 1740970.

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

Color convert

RGB 170 144 26 -
CMYK 0 0.15 0.85 0.33
HSL 49.17º 0.73% 0.38% -
HSV(B) 49.17º 0.85% 0.67% -
XYZ 26.74 28.57 5.08 -
YUV 138.32 64.61 150.59 -
System Red Green Blue C M Y K H S L
Decimal 170 144 26 0 0.15 0.85 0.33 49.17 0.73 0.38
Hex AA 90 1A 0 F 55 21 31 49 26
Octal 252 220 32 0 17 125 41 61 111 46
Binary 10101010 10010000 11010 0 1111 1010101 100001 110001 1001001 100110

Color Harmonies of #AA901A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA901A

Black with #AA901A

Text Example


Text Example

White with #AA901A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA901A; }

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

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

background-color css

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

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

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

border-color css

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

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

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