Html Css Color HEX #AA9E25 Lucky

📋 copy color: '#AA9E25'

red 170 ◦ green 158 ◦ blue 37

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

Shades of Lucky #AA9E25

Tints of Lucky #AA9E25

RGB

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

 GREEN value IS 158 (62.11% from 255) = 43.29%

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

R = 46.58%
G = 43.29%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA9E25 (or 0xAA9E25) is known color: Lucky. HEX triplet: AA, 9E and 25. RGB value is (170,158,37). Sum of RGB (Red+Green+Blue) = 170+158+37=365 (48% of max value = 765). Red value is 170 (66.80% from 255 or 46.58% from 365); Green value is 158 (62.11% from 255 or 43.29% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9E25 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9E25 is #5561DA. Grayscale: #949494. Windows color (decimal): -5595611 or 2465450. OLE color: 2465450.

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

Color convert

RGB 170 158 37 -
CMYK 0 0.07 0.78 0.33
HSL 54.59º 0.64% 0.41% -
HSV(B) 54.59º 0.78% 0.67% -
XYZ 29.14 33.13 6.61 -
YUV 147.79 65.48 143.84 -
System Red Green Blue C M Y K H S L
Decimal 170 158 37 0 0.07 0.78 0.33 54.59 0.64 0.41
Hex AA 9E 25 0 7 4E 21 37 40 29
Octal 252 236 45 0 7 116 41 67 100 51
Binary 10101010 10011110 100101 0 111 1001110 100001 110111 1000000 101001

Color Harmonies of #AA9E25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9E25

Black with #AA9E25

Text Example


Text Example

White with #AA9E25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9E25; }

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

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

background-color css

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

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

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

border-color css

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

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

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