Html Css Color HEX #AA5941 Crail

📋 copy color: '#AA5941'

red 170 ◦ green 89 ◦ blue 65

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

Shades of Crail #AA5941

Tints of Crail #AA5941

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 20.06%

R = 52.47%
G = 27.47%
B = 20.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA5941 (or 0xAA5941) is known color: Crail. HEX triplet: AA, 59 and 41. RGB value is (170,89,65). Sum of RGB (Red+Green+Blue) = 170+89+65=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 89 (35.16% from 255 or 27.47% from 324); Blue value is 65 (25.78% from 255 or 20.06% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5941 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5941 is #55A6BE. Grayscale: #6E6E6E. Windows color (decimal): -5613247 or 4282794. OLE color: 4282794.

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

Color convert

RGB 170 89 65 -
CMYK 0 0.48 0.62 0.33
HSL 13.71º 0.45% 0.46% -
HSV(B) 13.71º 0.62% 0.67% -
XYZ 21.1 16.07 6.99 -
YUV 110.48 102.34 170.45 -
System Red Green Blue C M Y K H S L
Decimal 170 89 65 0 0.48 0.62 0.33 13.71 0.45 0.46
Hex AA 59 41 0 30 3E 21 E 2D 2E
Octal 252 131 101 0 60 76 41 16 55 56
Binary 10101010 1011001 1000001 0 110000 111110 100001 1110 101101 101110

Color Harmonies of #AA5941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5941

Black with #AA5941

Text Example


Text Example

White with #AA5941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5941; }

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

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

background-color css

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

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

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

border-color css

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

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

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