Html Css Color HEX #AA9425 Lucky

📋 copy color: '#AA9425'

red 170 ◦ green 148 ◦ blue 37

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

Shades of Lucky #AA9425

Tints of Lucky #AA9425

RGB

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

 GREEN value IS 148 (58.2% from 255) = 41.69%

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

R = 47.89%
G = 41.69%
B = 10.42%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA9425 (or 0xAA9425) is known color: Lucky. HEX triplet: AA, 94 and 25. RGB value is (170,148,37). Sum of RGB (Red+Green+Blue) = 170+148+37=355 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.89% from 355); Green value is 148 (58.20% from 255 or 41.69% from 355); Blue value is 37 (14.84% from 255 or 10.42% from 355); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9425 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9425 is #556BDA. Grayscale: #8E8E8E. Windows color (decimal): -5598171 or 2462890. OLE color: 2462890.

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

Color convert

RGB 170 148 37 -
CMYK 0 0.13 0.78 0.33
HSL 50.08º 0.64% 0.41% -
HSV(B) 50.08º 0.78% 0.67% -
XYZ 27.5 29.86 6.06 -
YUV 141.92 68.79 148.03 -
System Red Green Blue C M Y K H S L
Decimal 170 148 37 0 0.13 0.78 0.33 50.08 0.64 0.41
Hex AA 94 25 0 D 4E 21 32 40 29
Octal 252 224 45 0 15 116 41 62 100 51
Binary 10101010 10010100 100101 0 1101 1001110 100001 110010 1000000 101001

Color Harmonies of #AA9425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9425

Black with #AA9425

Text Example


Text Example

White with #AA9425

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9425; }

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

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

background-color css

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

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

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

border-color css

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

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

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