Html Css Color HEX #AA5541 Crail

📋 copy color: '#AA5541'

red 170 ◦ green 85 ◦ blue 65

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

Shades of Crail #AA5541

Tints of Crail #AA5541

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.56%

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

R = 53.13%
G = 26.56%
B = 20.31%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA5541 (or 0xAA5541) is known color: Crail. HEX triplet: AA, 55 and 41. RGB value is (170,85,65). Sum of RGB (Red+Green+Blue) = 170+85+65=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 85 (33.59% from 255 or 26.56% from 320); Blue value is 65 (25.78% from 255 or 20.31% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5541 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5541 is #55AABE. Grayscale: #6C6C6C. Windows color (decimal): -5614271 or 4281770. OLE color: 4281770.

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

Color convert

RGB 170 85 65 -
CMYK 0 0.50 0.62 0.33
HSL 11.43º 0.45% 0.46% -
HSV(B) 11.43º 0.62% 0.67% -
XYZ 20.78 15.42 6.88 -
YUV 108.14 103.66 172.13 -
System Red Green Blue C M Y K H S L
Decimal 170 85 65 0 0.50 0.62 0.33 11.43 0.45 0.46
Hex AA 55 41 0 32 3E 21 B 2D 2E
Octal 252 125 101 0 62 76 41 13 55 56
Binary 10101010 1010101 1000001 0 110010 111110 100001 1011 101101 101110

Color Harmonies of #AA5541

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5541

Black with #AA5541

Text Example


Text Example

White with #AA5541

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5541; }

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

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

background-color css

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

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

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

border-color css

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

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

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