Html Css Color HEX #AA9C10 Lucky

📋 copy color: '#AA9C10'

red 170 ◦ green 156 ◦ blue 16

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

Shades of Lucky #AA9C10

Tints of Lucky #AA9C10

RGB

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

 GREEN value IS 156 (61.33% from 255) = 45.61%

 BLUE value IS 16 (6.64% from 255) = 4.68%

R = 49.71%
G = 45.61%
B = 4.68%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.91

 K value IS 0.33

RGB Variations

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

Color information

#AA9C10 (or 0xAA9C10) is known color: Lucky. HEX triplet: AA, 9C and 10. RGB value is (170,156,16). Sum of RGB (Red+Green+Blue) = 170+156+16=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 16 (6.64% from 255 or 4.68% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C10 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C10 is #5563EF. Grayscale: #909090. Windows color (decimal): -5596144 or 1088682. OLE color: 1088682.

HSL color Cylindrical-coordinate representation of color #AA9C10: hue angle of 54.55º degrees, saturation: 0.83, 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 #AA9C10 is Cyan = 0, Magento = 0.08, Yellow = 0.91 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 156 16 -
CMYK 0 0.08 0.91 0.33
HSL 54.55º 0.83% 0.36% -
HSV(B) 54.55º 0.91% 0.67% -
XYZ 28.56 32.36 5.23 -
YUV 144.23 55.64 146.38 -
System Red Green Blue C M Y K H S L
Decimal 170 156 16 0 0.08 0.91 0.33 54.55 0.83 0.36
Hex AA 9C 10 0 8 5B 21 37 53 24
Octal 252 234 20 0 10 133 41 67 123 44
Binary 10101010 10011100 10000 0 1000 1011011 100001 110111 1010011 100100

Color Harmonies of #AA9C10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C10

Black with #AA9C10

Text Example


Text Example

White with #AA9C10

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C10; }

 p { color: rgb(170,156,16); }

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

background-color css

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

 a { background-color: rgb(170,156,16); }

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

border-color css

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

 span { border-color: rgb(170,156,16); }

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