Html Css Color HEX #AA5D4D Crail

📋 copy color: '#AA5D4D'

red 170 ◦ green 93 ◦ blue 77

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

Shades of Crail #AA5D4D

Tints of Crail #AA5D4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 22.65%

R = 50%
G = 27.35%
B = 22.65%

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

#AA5D4D (or 0xAA5D4D) is known color: Crail. HEX triplet: AA, 5D and 4D. RGB value is (170,93,77). Sum of RGB (Red+Green+Blue) = 170+93+77=340 (45% of max value = 765). Red value is 170 (66.80% from 255 or 50% from 340); Green value is 93 (36.72% from 255 or 27.35% from 340); Blue value is 77 (30.47% from 255 or 22.65% from 340); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5D4D is #55A2B2. Grayscale: #727272. Windows color (decimal): -5612211 or 5070250. OLE color: 5070250.

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

Color convert

RGB 170 93 77 -
CMYK 0 0.45 0.55 0.33
HSL 10.32º 0.38% 0.48% -
HSV(B) 10.32º 0.55% 0.67% -
XYZ 21.83 16.91 9.13 -
YUV 114.2 107.01 167.8 -
System Red Green Blue C M Y K H S L
Decimal 170 93 77 0 0.45 0.55 0.33 10.32 0.38 0.48
Hex AA 5D 4D 0 2D 37 21 A 26 30
Octal 252 135 115 0 55 67 41 12 46 60
Binary 10101010 1011101 1001101 0 101101 110111 100001 1010 100110 110000

Color Harmonies of #AA5D4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D4D

Black with #AA5D4D

Text Example


Text Example

White with #AA5D4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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