Html Css Color HEX #AA9121 Lucky

📋 copy color: '#AA9121'

red 170 ◦ green 145 ◦ blue 33

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

Shades of Lucky #AA9121

Tints of Lucky #AA9121

RGB

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

 GREEN value IS 145 (57.03% from 255) = 41.67%

 BLUE value IS 33 (13.28% from 255) = 9.48%

R = 48.85%
G = 41.67%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA9121 (or 0xAA9121) is known color: Lucky. HEX triplet: AA, 91 and 21. RGB value is (170,145,33). Sum of RGB (Red+Green+Blue) = 170+145+33=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 145 (57.03% from 255 or 41.67% from 348); Blue value is 33 (13.28% from 255 or 9.48% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9121 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9121 is #556EDE. Grayscale: #8C8C8C. Windows color (decimal): -5598943 or 2199978. OLE color: 2199978.

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

Color convert

RGB 170 145 33 -
CMYK 0 0.15 0.81 0.33
HSL 49.05º 0.67% 0.4% -
HSV(B) 49.05º 0.81% 0.67% -
XYZ 26.98 28.91 5.6 -
YUV 139.71 67.78 149.61 -
System Red Green Blue C M Y K H S L
Decimal 170 145 33 0 0.15 0.81 0.33 49.05 0.67 0.4
Hex AA 91 21 0 F 51 21 31 43 28
Octal 252 221 41 0 17 121 41 61 103 50
Binary 10101010 10010001 100001 0 1111 1010001 100001 110001 1000011 101000

Color Harmonies of #AA9121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9121

Black with #AA9121

Text Example


Text Example

White with #AA9121

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9121; }

 p { color: rgb(170,145,33); }

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

background-color css

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

 a { background-color: rgb(170,145,33); }

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

border-color css

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

 span { border-color: rgb(170,145,33); }

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