Html Css Color HEX #AA5440 Crail

📋 copy color: '#AA5440'

red 170 ◦ green 84 ◦ blue 64

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

Shades of Crail #AA5440

Tints of Crail #AA5440

RGB

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

 GREEN value IS 84 (33.2% from 255) = 26.42%

 BLUE value IS 64 (25.39% from 255) = 20.13%

R = 53.46%
G = 26.42%
B = 20.13%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.62

 K value IS 0.33

RGB Variations

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

Color information

#AA5440 (or 0xAA5440) is known color: Crail. HEX triplet: AA, 54 and 40. RGB value is (170,84,64). Sum of RGB (Red+Green+Blue) = 170+84+64=318 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.46% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 64 (25.39% from 255 or 20.13% from 318); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5440 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5440 is #55ABBF. Grayscale: #6B6B6B. Windows color (decimal): -5614528 or 4215978. OLE color: 4215978.

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

Color convert

RGB 170 84 64 -
CMYK 0 0.51 0.62 0.33
HSL 11.32º 0.45% 0.46% -
HSV(B) 11.32º 0.62% 0.67% -
XYZ 20.67 15.26 6.71 -
YUV 107.43 103.49 172.63 -
System Red Green Blue C M Y K H S L
Decimal 170 84 64 0 0.51 0.62 0.33 11.32 0.45 0.46
Hex AA 54 40 0 33 3E 21 B 2D 2E
Octal 252 124 100 0 63 76 41 13 55 56
Binary 10101010 1010100 1000000 0 110011 111110 100001 1011 101101 101110

Color Harmonies of #AA5440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5440

Black with #AA5440

Text Example


Text Example

White with #AA5440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5440; }

 p { color: rgb(170,84,64); }

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

background-color css

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

 a { background-color: rgb(170,84,64); }

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

border-color css

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

 span { border-color: rgb(170,84,64); }

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