Html Css Color HEX #AA564A Crail

📋 copy color: '#AA564A'

red 170 ◦ green 86 ◦ blue 74

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

Shades of Crail #AA564A

Tints of Crail #AA564A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 22.42%

R = 51.52%
G = 26.06%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA564A (or 0xAA564A) is known color: Crail. HEX triplet: AA, 56 and 4A. RGB value is (170,86,74). Sum of RGB (Red+Green+Blue) = 170+86+74=330 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.52% from 330); Green value is 86 (33.98% from 255 or 26.06% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 170 - color contains mainly: red. Hex color #AA564A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA564A is #55A9B5. Grayscale: #6D6D6D. Windows color (decimal): -5614006 or 4871850. OLE color: 4871850.

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

Color convert

RGB 170 86 74 -
CMYK 0 0.49 0.56 0.33
HSL 7.5º 0.39% 0.48% -
HSV(B) 7.5º 0.56% 0.67% -
XYZ 21.14 15.7 8.39 -
YUV 109.75 107.83 170.98 -
System Red Green Blue C M Y K H S L
Decimal 170 86 74 0 0.49 0.56 0.33 7.5 0.39 0.48
Hex AA 56 4A 0 31 38 21 8 27 30
Octal 252 126 112 0 61 70 41 10 47 60
Binary 10101010 1010110 1001010 0 110001 111000 100001 1000 100111 110000

Color Harmonies of #AA564A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA564A

Black with #AA564A

Text Example


Text Example

White with #AA564A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA564A; }

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

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

background-color css

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

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

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

border-color css

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

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

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