Html Css Color HEX #AA9C18 Lucky

📋 copy color: '#AA9C18'

red 170 ◦ green 156 ◦ blue 24

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

Shades of Lucky #AA9C18

Tints of Lucky #AA9C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 6.86%

R = 48.57%
G = 44.57%
B = 6.86%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.86

 K value IS 0.33

RGB Variations

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

Color information

#AA9C18 (or 0xAA9C18) is known color: Lucky. HEX triplet: AA, 9C and 18. RGB value is (170,156,24). Sum of RGB (Red+Green+Blue) = 170+156+24=350 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.57% from 350); Green value is 156 (61.33% from 255 or 44.57% from 350); Blue value is 24 (9.77% from 255 or 6.86% from 350); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C18 is not a web safe color. Web safe color analog (approx): #999900. Inversed color of #AA9C18 is #5563E7. Grayscale: #919191. Windows color (decimal): -5596136 or 1612970. OLE color: 1612970.

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

Color convert

RGB 170 156 24 -
CMYK 0 0.08 0.86 0.33
HSL 54.25º 0.75% 0.38% -
HSV(B) 54.25º 0.86% 0.67% -
XYZ 28.63 32.39 5.61 -
YUV 145.14 59.64 145.73 -
System Red Green Blue C M Y K H S L
Decimal 170 156 24 0 0.08 0.86 0.33 54.25 0.75 0.38
Hex AA 9C 18 0 8 56 21 36 4B 26
Octal 252 234 30 0 10 126 41 66 113 46
Binary 10101010 10011100 11000 0 1000 1010110 100001 110110 1001011 100110

Color Harmonies of #AA9C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C18

Black with #AA9C18

Text Example


Text Example

White with #AA9C18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C18; }

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

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

background-color css

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

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

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

border-color css

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

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

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