Html Css Color HEX #AA5442 Crail

📋 copy color: '#AA5442'

red 170 ◦ green 84 ◦ blue 66

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

Shades of Crail #AA5442

Tints of Crail #AA5442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 20.63%

R = 53.13%
G = 26.25%
B = 20.63%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.61

 K value IS 0.33

RGB Variations

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

Color information

#AA5442 (or 0xAA5442) is known color: Crail. HEX triplet: AA, 54 and 42. RGB value is (170,84,66). Sum of RGB (Red+Green+Blue) = 170+84+66=320 (42% of max value = 765). Red value is 170 (66.80% from 255 or 53.12% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 66 (26.17% from 255 or 20.62% from 320); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5442 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5442 is #55ABBD. Grayscale: #6B6B6B. Windows color (decimal): -5614526 or 4347050. OLE color: 4347050.

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

Color convert

RGB 170 84 66 -
CMYK 0 0.51 0.61 0.33
HSL 10.38º 0.44% 0.46% -
HSV(B) 10.38º 0.61% 0.67% -
XYZ 20.73 15.28 7.01 -
YUV 107.66 104.49 172.46 -
System Red Green Blue C M Y K H S L
Decimal 170 84 66 0 0.51 0.61 0.33 10.38 0.44 0.46
Hex AA 54 42 0 33 3D 21 A 2C 2E
Octal 252 124 102 0 63 75 41 12 54 56
Binary 10101010 1010100 1000010 0 110011 111101 100001 1010 101100 101110

Color Harmonies of #AA5442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5442

Black with #AA5442

Text Example


Text Example

White with #AA5442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5442; }

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

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

background-color css

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

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

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

border-color css

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

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

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