Html Css Color HEX #AA9327 Lucky

📋 copy color: '#AA9327'

red 170 ◦ green 147 ◦ blue 39

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

Shades of Lucky #AA9327

Tints of Lucky #AA9327

RGB

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

 GREEN value IS 147 (57.81% from 255) = 41.29%

 BLUE value IS 39 (15.63% from 255) = 10.96%

R = 47.75%
G = 41.29%
B = 10.96%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AA9327 (or 0xAA9327) is known color: Lucky. HEX triplet: AA, 93 and 27. RGB value is (170,147,39). Sum of RGB (Red+Green+Blue) = 170+147+39=356 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.75% from 356); Green value is 147 (57.81% from 255 or 41.29% from 356); Blue value is 39 (15.62% from 255 or 10.96% from 356); Max value from RGB is 170 - color contains mainly: red. Hex color #AA9327 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AA9327 is #556CD8. Grayscale: #8E8E8E. Windows color (decimal): -5598425 or 2593706. OLE color: 2593706.

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

Color convert

RGB 170 147 39 -
CMYK 0 0.14 0.77 0.33
HSL 49.47º 0.63% 0.41% -
HSV(B) 49.47º 0.77% 0.67% -
XYZ 27.38 29.56 6.18 -
YUV 141.57 70.12 148.28 -
System Red Green Blue C M Y K H S L
Decimal 170 147 39 0 0.14 0.77 0.33 49.47 0.63 0.41
Hex AA 93 27 0 E 4D 21 31 3F 29
Octal 252 223 47 0 16 115 41 61 77 51
Binary 10101010 10010011 100111 0 1110 1001101 100001 110001 111111 101001

Color Harmonies of #AA9327

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA9327

Black with #AA9327

Text Example


Text Example

White with #AA9327

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA9327; }

 p { color: rgb(170,147,39); }

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

background-color css

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

 a { background-color: rgb(170,147,39); }

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

border-color css

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

 span { border-color: rgb(170,147,39); }

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