Html Css Color HEX #AA5944 Crail

📋 copy color: '#AA5944'

red 170 ◦ green 89 ◦ blue 68

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

Shades of Crail #AA5944

Tints of Crail #AA5944

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.22%

 BLUE value IS 68 (26.95% from 255) = 20.8%

R = 51.99%
G = 27.22%
B = 20.8%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA5944 (or 0xAA5944) is known color: Crail. HEX triplet: AA, 59 and 44. RGB value is (170,89,68). Sum of RGB (Red+Green+Blue) = 170+89+68=327 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.99% from 327); Green value is 89 (35.16% from 255 or 27.22% from 327); Blue value is 68 (26.95% from 255 or 20.80% from 327); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5944 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5944 is #55A6BB. Grayscale: #6E6E6E. Windows color (decimal): -5613244 or 4479402. OLE color: 4479402.

HSL color Cylindrical-coordinate representation of color #AA5944: hue angle of 12.35º degrees, saturation: 0.43, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AA5944 is Cyan = 0, Magento = 0.48, Yellow = 0.6 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 89 68 -
CMYK 0 0.48 0.6 0.33
HSL 12.35º 0.43% 0.47% -
HSV(B) 12.35º 0.6% 0.67% -
XYZ 21.19 16.11 7.46 -
YUV 110.83 103.84 170.21 -
System Red Green Blue C M Y K H S L
Decimal 170 89 68 0 0.48 0.6 0.33 12.35 0.43 0.47
Hex AA 59 44 0 30 3C 21 C 2B 2F
Octal 252 131 104 0 60 74 41 14 53 57
Binary 10101010 1011001 1000100 0 110000 111100 100001 1100 101011 101111

Color Harmonies of #AA5944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5944

Black with #AA5944

Text Example


Text Example

White with #AA5944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5944; }

 p { color: rgb(170,89,68); }

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

background-color css

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

 a { background-color: rgb(170,89,68); }

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

border-color css

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

 span { border-color: rgb(170,89,68); }

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