Html Css Color HEX #AA5D4B Crail

📋 copy color: '#AA5D4B'

red 170 ◦ green 93 ◦ blue 75

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

Shades of Crail #AA5D4B

Tints of Crail #AA5D4B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 22.19%

R = 50.3%
G = 27.51%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.33

RGB Variations

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

Color information

#AA5D4B (or 0xAA5D4B) is known color: Crail. HEX triplet: AA, 5D and 4B. RGB value is (170,93,75). Sum of RGB (Red+Green+Blue) = 170+93+75=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 93 (36.72% from 255 or 27.51% from 338); Blue value is 75 (29.69% from 255 or 22.19% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D4B is #55A2B4. Grayscale: #727272. Windows color (decimal): -5612213 or 4939178. OLE color: 4939178.

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

Color convert

RGB 170 93 75 -
CMYK 0 0.45 0.56 0.33
HSL 11.37º 0.39% 0.48% -
HSV(B) 11.37º 0.56% 0.67% -
XYZ 21.76 16.88 8.77 -
YUV 113.97 106.01 167.96 -
System Red Green Blue C M Y K H S L
Decimal 170 93 75 0 0.45 0.56 0.33 11.37 0.39 0.48
Hex AA 5D 4B 0 2D 38 21 B 27 30
Octal 252 135 113 0 55 70 41 13 47 60
Binary 10101010 1011101 1001011 0 101101 111000 100001 1011 100111 110000

Color Harmonies of #AA5D4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D4B

Black with #AA5D4B

Text Example


Text Example

White with #AA5D4B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D4B; }

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

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

background-color css

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

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

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

border-color css

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

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

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