Html Css Color HEX #AA5344 Crail

📋 copy color: '#AA5344'

red 170 ◦ green 83 ◦ blue 68

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

Shades of Crail #AA5344

Tints of Crail #AA5344

RGB

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

 GREEN value IS 83 (32.81% from 255) = 25.86%

 BLUE value IS 68 (26.95% from 255) = 21.18%

R = 52.96%
G = 25.86%
B = 21.18%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA5344 (or 0xAA5344) is known color: Crail. HEX triplet: AA, 53 and 44. RGB value is (170,83,68). Sum of RGB (Red+Green+Blue) = 170+83+68=321 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.96% from 321); Green value is 83 (32.81% from 255 or 25.86% from 321); Blue value is 68 (26.95% from 255 or 21.18% from 321); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5344 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5344 is #55ACBB. Grayscale: #6B6B6B. Windows color (decimal): -5614780 or 4477866. OLE color: 4477866.

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

Color convert

RGB 170 83 68 -
CMYK 0 0.51 0.6 0.33
HSL 8.82º 0.43% 0.47% -
HSV(B) 8.82º 0.6% 0.67% -
XYZ 20.71 15.15 7.3 -
YUV 107.3 105.82 172.72 -
System Red Green Blue C M Y K H S L
Decimal 170 83 68 0 0.51 0.6 0.33 8.82 0.43 0.47
Hex AA 53 44 0 33 3C 21 9 2B 2F
Octal 252 123 104 0 63 74 41 11 53 57
Binary 10101010 1010011 1000100 0 110011 111100 100001 1001 101011 101111

Color Harmonies of #AA5344

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5344

Black with #AA5344

Text Example


Text Example

White with #AA5344

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5344; }

 p { color: rgb(170,83,68); }

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

background-color css

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

 a { background-color: rgb(170,83,68); }

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

border-color css

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

 span { border-color: rgb(170,83,68); }

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