Html Css Color HEX #AA5C47 Crail

📋 copy color: '#AA5C47'

red 170 ◦ green 92 ◦ blue 71

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

Shades of Crail #AA5C47

Tints of Crail #AA5C47

RGB

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

 GREEN value IS 92 (36.33% from 255) = 27.63%

 BLUE value IS 71 (28.13% from 255) = 21.32%

R = 51.05%
G = 27.63%
B = 21.32%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA5C47 (or 0xAA5C47) is known color: Crail. HEX triplet: AA, 5C and 47. RGB value is (170,92,71). Sum of RGB (Red+Green+Blue) = 170+92+71=333 (44% of max value = 765). Red value is 170 (66.80% from 255 or 51.05% from 333); Green value is 92 (36.33% from 255 or 27.63% from 333); Blue value is 71 (28.12% from 255 or 21.32% from 333); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5C47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5C47 is #55A3B8. Grayscale: #717171. Windows color (decimal): -5612473 or 4676778. OLE color: 4676778.

HSL color Cylindrical-coordinate representation of color #AA5C47: hue angle of 12.73º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AA5C47 is Cyan = 0, Magento = 0.46, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 92 71 -
CMYK 0 0.46 0.58 0.33
HSL 12.73º 0.41% 0.47% -
HSV(B) 12.73º 0.58% 0.67% -
XYZ 21.54 16.66 8.04 -
YUV 112.93 104.34 168.71 -
System Red Green Blue C M Y K H S L
Decimal 170 92 71 0 0.46 0.58 0.33 12.73 0.41 0.47
Hex AA 5C 47 0 2E 3A 21 D 29 2F
Octal 252 134 107 0 56 72 41 15 51 57
Binary 10101010 1011100 1000111 0 101110 111010 100001 1101 101001 101111

Color Harmonies of #AA5C47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5C47

Black with #AA5C47

Text Example


Text Example

White with #AA5C47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5C47; }

 p { color: rgb(170,92,71); }

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

background-color css

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

 a { background-color: rgb(170,92,71); }

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

border-color css

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

 span { border-color: rgb(170,92,71); }

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