Html Css Color HEX #AA5544 Crail

📋 copy color: '#AA5544'

red 170 ◦ green 85 ◦ blue 68

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

Shades of Crail #AA5544

Tints of Crail #AA5544

RGB

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

 GREEN value IS 85 (33.59% from 255) = 26.32%

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

R = 52.63%
G = 26.32%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.6

 K value IS 0.33

RGB Variations

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

Color information

#AA5544 (or 0xAA5544) is known color: Crail. HEX triplet: AA, 55 and 44. RGB value is (170,85,68). Sum of RGB (Red+Green+Blue) = 170+85+68=323 (42% of max value = 765). Red value is 170 (66.80% from 255 or 52.63% from 323); Green value is 85 (33.59% from 255 or 26.32% from 323); Blue value is 68 (26.95% from 255 or 21.05% from 323); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5544 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5544 is #55AABB. Grayscale: #6C6C6C. Windows color (decimal): -5614268 or 4478378. OLE color: 4478378.

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

Color convert

RGB 170 85 68 -
CMYK 0 0.50 0.6 0.33
HSL 10º 0.43% 0.47% -
HSV(B) 10º 0.6% 0.67% -
XYZ 20.87 15.46 7.35 -
YUV 108.48 105.16 171.88 -
System Red Green Blue C M Y K H S L
Decimal 170 85 68 0 0.50 0.6 0.33 10 0.43 0.47
Hex AA 55 44 0 32 3C 21 A 2B 2F
Octal 252 125 104 0 62 74 41 12 53 57
Binary 10101010 1010101 1000100 0 110010 111100 100001 1010 101011 101111

Color Harmonies of #AA5544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5544

Black with #AA5544

Text Example


Text Example

White with #AA5544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5544; }

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

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

background-color css

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

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

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

border-color css

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

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

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