Html Css Color HEX #AA9625 Lucky

📋 copy color: '#AA9625'

red 170 ◦ green 150 ◦ blue 37

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

Shades of Lucky #AA9625

Tints of Lucky #AA9625

RGB

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

 GREEN value IS 150 (58.98% from 255) = 42.02%

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

R = 47.62%
G = 42.02%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AA9625 (or 0xAA9625) is known color: Lucky. HEX triplet: AA, 96 and 25. RGB value is (170,150,37). Sum of RGB (Red+Green+Blue) = 170+150+37=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 150 (58.98% from 255 or 42.02% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9625 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9625 is #5569DA. Grayscale: #8F8F8F. Windows color (decimal): -5597659 or 2463402. OLE color: 2463402.

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

Color convert

RGB 170 150 37 -
CMYK 0 0.12 0.78 0.33
HSL 50.98º 0.64% 0.41% -
HSV(B) 50.98º 0.78% 0.67% -
XYZ 27.82 30.49 6.17 -
YUV 143.1 68.13 147.19 -
System Red Green Blue C M Y K H S L
Decimal 170 150 37 0 0.12 0.78 0.33 50.98 0.64 0.41
Hex AA 96 25 0 C 4E 21 33 40 29
Octal 252 226 45 0 14 116 41 63 100 51
Binary 10101010 10010110 100101 0 1100 1001110 100001 110011 1000000 101001

Color Harmonies of #AA9625

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9625

Black with #AA9625

Text Example


Text Example

White with #AA9625

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9625; }

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

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

background-color css

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

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

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

border-color css

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

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

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