Html Css Color HEX #AA5841 Crail

📋 copy color: '#AA5841'

red 170 ◦ green 88 ◦ blue 65

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

Shades of Crail #AA5841

Tints of Crail #AA5841

RGB

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

 GREEN value IS 88 (34.77% from 255) = 27.24%

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

R = 52.63%
G = 27.24%
B = 20.12%

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

#AA5841 (or 0xAA5841) is known color: Crail. HEX triplet: AA, 58 and 41. RGB value is (170,88,65). Sum of RGB (Red+Green+Blue) = 170+88+65=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 88 (34.77% from 255 or 27.24% from 323); Blue value is 65 (25.78% from 255 or 20.12% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5841 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5841 is #55A7BE. Grayscale: #6E6E6E. Windows color (decimal): -5613503 or 4282538. OLE color: 4282538.

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

Color convert

RGB 170 88 65 -
CMYK 0 0.48 0.62 0.33
HSL 13.14º 0.45% 0.46% -
HSV(B) 13.14º 0.62% 0.67% -
XYZ 21.02 15.91 6.96 -
YUV 109.9 102.67 170.87 -
System Red Green Blue C M Y K H S L
Decimal 170 88 65 0 0.48 0.62 0.33 13.14 0.45 0.46
Hex AA 58 41 0 30 3E 21 D 2D 2E
Octal 252 130 101 0 60 76 41 15 55 56
Binary 10101010 1011000 1000001 0 110000 111110 100001 1101 101101 101110

Color Harmonies of #AA5841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5841

Black with #AA5841

Text Example


Text Example

White with #AA5841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5841; }

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

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

background-color css

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

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

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

border-color css

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

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

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