Html Css Color HEX #AA5741 Crail

📋 copy color: '#AA5741'

red 170 ◦ green 87 ◦ blue 65

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

Shades of Crail #AA5741

Tints of Crail #AA5741

RGB

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

 GREEN value IS 87 (34.38% from 255) = 27.02%

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

R = 52.8%
G = 27.02%
B = 20.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA5741 (or 0xAA5741) is known color: Crail. HEX triplet: AA, 57 and 41. RGB value is (170,87,65). Sum of RGB (Red+Green+Blue) = 170+87+65=322 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.80% from 322); Green value is 87 (34.38% from 255 or 27.02% from 322); Blue value is 65 (25.78% from 255 or 20.19% from 322); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5741 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5741 is #55A8BE. Grayscale: #6D6D6D. Windows color (decimal): -5613759 or 4282282. OLE color: 4282282.

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

Color convert

RGB 170 87 65 -
CMYK 0 0.49 0.62 0.33
HSL 12.57º 0.45% 0.46% -
HSV(B) 12.57º 0.62% 0.67% -
XYZ 20.94 15.74 6.94 -
YUV 109.31 103 171.29 -
System Red Green Blue C M Y K H S L
Decimal 170 87 65 0 0.49 0.62 0.33 12.57 0.45 0.46
Hex AA 57 41 0 31 3E 21 D 2D 2E
Octal 252 127 101 0 61 76 41 15 55 56
Binary 10101010 1010111 1000001 0 110001 111110 100001 1101 101101 101110

Color Harmonies of #AA5741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5741

Black with #AA5741

Text Example


Text Example

White with #AA5741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5741; }

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

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

background-color css

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

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

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

border-color css

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

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

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