Html Css Color HEX #AA5446 Crail

📋 copy color: '#AA5446'

red 170 ◦ green 84 ◦ blue 70

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

Shades of Crail #AA5446

Tints of Crail #AA5446

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 21.6%

R = 52.47%
G = 25.93%
B = 21.6%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.59

 K value IS 0.33

RGB Variations

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

Color information

#AA5446 (or 0xAA5446) is known color: Crail. HEX triplet: AA, 54 and 46. RGB value is (170,84,70). Sum of RGB (Red+Green+Blue) = 170+84+70=324 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.47% from 324); Green value is 84 (33.20% from 255 or 25.93% from 324); Blue value is 70 (27.73% from 255 or 21.60% from 324); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5446 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5446 is #55ABB9. Grayscale: #6C6C6C. Windows color (decimal): -5614522 or 4609194. OLE color: 4609194.

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

Color convert

RGB 170 84 70 -
CMYK 0 0.51 0.59 0.33
HSL 8.4º 0.42% 0.47% -
HSV(B) 8.4º 0.59% 0.67% -
XYZ 20.85 15.33 7.65 -
YUV 108.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 170 84 70 0 0.51 0.59 0.33 8.4 0.42 0.47
Hex AA 54 46 0 33 3B 21 8 2A 2F
Octal 252 124 106 0 63 73 41 10 52 57
Binary 10101010 1010100 1000110 0 110011 111011 100001 1000 101010 101111

Color Harmonies of #AA5446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5446

Black with #AA5446

Text Example


Text Example

White with #AA5446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5446; }

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

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

background-color css

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

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

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

border-color css

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

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

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