Html Css Color HEX #AA9C25 Lucky

📋 copy color: '#AA9C25'

red 170 ◦ green 156 ◦ blue 37

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

Shades of Lucky #AA9C25

Tints of Lucky #AA9C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.19%

R = 46.83%
G = 42.98%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA9C25 (or 0xAA9C25) is known color: Lucky. HEX triplet: AA, 9C and 25. RGB value is (170,156,37). Sum of RGB (Red+Green+Blue) = 170+156+37=363 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.83% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 37 (14.84% from 255 or 10.19% from 363); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9C25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9C25 is #5563DA. Grayscale: #939393. Windows color (decimal): -5596123 or 2464938. OLE color: 2464938.

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

Color convert

RGB 170 156 37 -
CMYK 0 0.08 0.78 0.33
HSL 53.68º 0.64% 0.41% -
HSV(B) 53.68º 0.78% 0.67% -
XYZ 28.8 32.46 6.5 -
YUV 146.62 66.14 144.68 -
System Red Green Blue C M Y K H S L
Decimal 170 156 37 0 0.08 0.78 0.33 53.68 0.64 0.41
Hex AA 9C 25 0 8 4E 21 36 40 29
Octal 252 234 45 0 10 116 41 66 100 51
Binary 10101010 10011100 100101 0 1000 1001110 100001 110110 1000000 101001

Color Harmonies of #AA9C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9C25

Black with #AA9C25

Text Example


Text Example

White with #AA9C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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