Html Css Color HEX #AA5E4A Crail

📋 copy color: '#AA5E4A'

red 170 ◦ green 94 ◦ blue 74

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

Shades of Crail #AA5E4A

Tints of Crail #AA5E4A

RGB

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

 GREEN value IS 94 (37.11% from 255) = 27.81%

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

R = 50.3%
G = 27.81%
B = 21.89%

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

#AA5E4A (or 0xAA5E4A) is known color: Crail. HEX triplet: AA, 5E and 4A. RGB value is (170,94,74). Sum of RGB (Red+Green+Blue) = 170+94+74=338 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.30% from 338); Green value is 94 (37.11% from 255 or 27.81% from 338); Blue value is 74 (29.30% from 255 or 21.89% from 338); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5E4A is #55A1B5. Grayscale: #727272. Windows color (decimal): -5611958 or 4873898. OLE color: 4873898.

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

Color convert

RGB 170 94 74 -
CMYK 0 0.45 0.56 0.33
HSL 12.5º 0.39% 0.48% -
HSV(B) 12.5º 0.56% 0.67% -
XYZ 21.82 17.05 8.62 -
YUV 114.44 105.18 167.63 -
System Red Green Blue C M Y K H S L
Decimal 170 94 74 0 0.45 0.56 0.33 12.5 0.39 0.48
Hex AA 5E 4A 0 2D 38 21 C 27 30
Octal 252 136 112 0 55 70 41 14 47 60
Binary 10101010 1011110 1001010 0 101101 111000 100001 1100 100111 110000

Color Harmonies of #AA5E4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E4A

Black with #AA5E4A

Text Example


Text Example

White with #AA5E4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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