Html Css Color HEX #AA9621 Lucky

📋 copy color: '#AA9621'

red 170 ◦ green 150 ◦ blue 33

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

Shades of Lucky #AA9621

Tints of Lucky #AA9621

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.49%

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

R = 48.16%
G = 42.49%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AA9621 (or 0xAA9621) is known color: Lucky. HEX triplet: AA, 96 and 21. RGB value is (170,150,33). Sum of RGB (Red+Green+Blue) = 170+150+33=353 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.16% from 353); Green value is 150 (58.98% from 255 or 42.49% from 353); Blue value is 33 (13.28% from 255 or 9.35% from 353); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9621 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9621 is #5569DE. Grayscale: #8F8F8F. Windows color (decimal): -5597663 or 2201258. OLE color: 2201258.

HSL color Cylindrical-coordinate representation of color #AA9621: hue angle of 51.24º 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 #AA9621 is Cyan = 0, Magento = 0.12, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 150 33 -
CMYK 0 0.12 0.81 0.33
HSL 51.24º 0.67% 0.4% -
HSV(B) 51.24º 0.81% 0.67% -
XYZ 27.76 30.47 5.86 -
YUV 142.64 66.13 147.51 -
System Red Green Blue C M Y K H S L
Decimal 170 150 33 0 0.12 0.81 0.33 51.24 0.67 0.4
Hex AA 96 21 0 C 51 21 33 43 28
Octal 252 226 41 0 14 121 41 63 103 50
Binary 10101010 10010110 100001 0 1100 1010001 100001 110011 1000011 101000

Color Harmonies of #AA9621

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9621

Black with #AA9621

Text Example


Text Example

White with #AA9621

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9621; }

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

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

background-color css

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

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

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

border-color css

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

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

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