Html Css Color HEX #AA5E54 Crail

📋 copy color: '#AA5E54'

red 170 ◦ green 94 ◦ blue 84

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

Shades of Crail #AA5E54

Tints of Crail #AA5E54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 24.14%

R = 48.85%
G = 27.01%
B = 24.14%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#AA5E54 (or 0xAA5E54) is known color: Crail. HEX triplet: AA, 5E and 54. RGB value is (170,94,84). Sum of RGB (Red+Green+Blue) = 170+94+84=348 (46% of max value = 765). Red value is 170 (66.80% from 255 or 48.85% from 348); Green value is 94 (37.11% from 255 or 27.01% from 348); Blue value is 84 (33.20% from 255 or 24.14% from 348); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5E54 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5E54 is #55A1AB. Grayscale: #737373. Windows color (decimal): -5611948 or 5529258. OLE color: 5529258.

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

Color convert

RGB 170 94 84 -
CMYK 0 0.45 0.51 0.33
HSL 6.98º 0.34% 0.5% -
HSV(B) 6.98º 0.51% 0.67% -
XYZ 22.18 17.19 10.54 -
YUV 115.58 110.18 166.81 -
System Red Green Blue C M Y K H S L
Decimal 170 94 84 0 0.45 0.51 0.33 6.98 0.34 0.5
Hex AA 5E 54 0 2D 33 21 7 22 32
Octal 252 136 124 0 55 63 41 7 42 62
Binary 10101010 1011110 1010100 0 101101 110011 100001 111 100010 110010

Color Harmonies of #AA5E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5E54

Black with #AA5E54

Text Example


Text Example

White with #AA5E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5E54; }

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

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

background-color css

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

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

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

border-color css

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

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

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