Html Css Color HEX #AA5844 Crail

📋 copy color: '#AA5844'

red 170 ◦ green 88 ◦ blue 68

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

Shades of Crail #AA5844

Tints of Crail #AA5844

RGB

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

 GREEN value IS 88 (34.77% from 255) = 26.99%

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

R = 52.15%
G = 26.99%
B = 20.86%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA5844 (or 0xAA5844) is known color: Crail. HEX triplet: AA, 58 and 44. RGB value is (170,88,68). Sum of RGB (Red+Green+Blue) = 170+88+68=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 88 (34.77% from 255 or 26.99% from 326); Blue value is 68 (26.95% from 255 or 20.86% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5844 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5844 is #55A7BB. Grayscale: #6E6E6E. Windows color (decimal): -5613500 or 4479146. OLE color: 4479146.

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

Color convert

RGB 170 88 68 -
CMYK 0 0.48 0.6 0.33
HSL 11.76º 0.43% 0.47% -
HSV(B) 11.76º 0.6% 0.67% -
XYZ 21.11 15.94 7.43 -
YUV 110.24 104.17 170.63 -
System Red Green Blue C M Y K H S L
Decimal 170 88 68 0 0.48 0.6 0.33 11.76 0.43 0.47
Hex AA 58 44 0 30 3C 21 C 2B 2F
Octal 252 130 104 0 60 74 41 14 53 57
Binary 10101010 1011000 1000100 0 110000 111100 100001 1100 101011 101111

Color Harmonies of #AA5844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5844

Black with #AA5844

Text Example


Text Example

White with #AA5844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5844; }

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

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

background-color css

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

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

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

border-color css

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

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

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