Html Css Color HEX #AA5D4C Crail

📋 copy color: '#AA5D4C'

red 170 ◦ green 93 ◦ blue 76

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

Shades of Crail #AA5D4C

Tints of Crail #AA5D4C

RGB

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

 GREEN value IS 93 (36.72% from 255) = 27.43%

 BLUE value IS 76 (30.08% from 255) = 22.42%

R = 50.15%
G = 27.43%
B = 22.42%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA5D4C (or 0xAA5D4C) is known color: Crail. HEX triplet: AA, 5D and 4C. RGB value is (170,93,76). Sum of RGB (Red+Green+Blue) = 170+93+76=339 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.15% from 339); Green value is 93 (36.72% from 255 or 27.43% from 339); Blue value is 76 (30.08% from 255 or 22.42% from 339); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D4C is #55A2B3. Grayscale: #727272. Windows color (decimal): -5612212 or 5004714. OLE color: 5004714.

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

Color convert

RGB 170 93 76 -
CMYK 0 0.45 0.55 0.33
HSL 10.85º 0.38% 0.48% -
HSV(B) 10.85º 0.55% 0.67% -
XYZ 21.8 16.9 8.95 -
YUV 114.09 106.51 167.88 -
System Red Green Blue C M Y K H S L
Decimal 170 93 76 0 0.45 0.55 0.33 10.85 0.38 0.48
Hex AA 5D 4C 0 2D 37 21 B 26 30
Octal 252 135 114 0 55 67 41 13 46 60
Binary 10101010 1011101 1001100 0 101101 110111 100001 1011 100110 110000

Color Harmonies of #AA5D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D4C

Black with #AA5D4C

Text Example


Text Example

White with #AA5D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D4C; }

 p { color: rgb(170,93,76); }

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

background-color css

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

 a { background-color: rgb(170,93,76); }

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

border-color css

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

 span { border-color: rgb(170,93,76); }

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