Html Css Color HEX #AA5649 Crail

📋 copy color: '#AA5649'

red 170 ◦ green 86 ◦ blue 73

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

Shades of Crail #AA5649

Tints of Crail #AA5649

RGB

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

 GREEN value IS 86 (33.98% from 255) = 26.14%

 BLUE value IS 73 (28.91% from 255) = 22.19%

R = 51.67%
G = 26.14%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.57

 K value IS 0.33

RGB Variations

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

Color information

#AA5649 (or 0xAA5649) is known color: Crail. HEX triplet: AA, 56 and 49. RGB value is (170,86,73). Sum of RGB (Red+Green+Blue) = 170+86+73=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 86 (33.98% from 255 or 26.14% from 329); Blue value is 73 (28.91% from 255 or 22.19% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5649 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5649 is #55A9B6. Grayscale: #6D6D6D. Windows color (decimal): -5614007 or 4806314. OLE color: 4806314.

HSL color Cylindrical-coordinate representation of color #AA5649: hue angle of 8.04º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AA5649 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 86 73 -
CMYK 0 0.49 0.57 0.33
HSL 8.04º 0.4% 0.48% -
HSV(B) 8.04º 0.57% 0.67% -
XYZ 21.11 15.68 8.22 -
YUV 109.63 107.33 171.06 -
System Red Green Blue C M Y K H S L
Decimal 170 86 73 0 0.49 0.57 0.33 8.04 0.4 0.48
Hex AA 56 49 0 31 39 21 8 28 30
Octal 252 126 111 0 61 71 41 10 50 60
Binary 10101010 1010110 1001001 0 110001 111001 100001 1000 101000 110000

Color Harmonies of #AA5649

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5649

Black with #AA5649

Text Example


Text Example

White with #AA5649

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5649; }

 p { color: rgb(170,86,73); }

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

background-color css

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

 a { background-color: rgb(170,86,73); }

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

border-color css

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

 span { border-color: rgb(170,86,73); }

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