Html Css Color HEX #AA5D48 Crail

📋 copy color: '#AA5D48'

red 170 ◦ green 93 ◦ blue 72

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

Shades of Crail #AA5D48

Tints of Crail #AA5D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 21.49%

R = 50.75%
G = 27.76%
B = 21.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.58

 K value IS 0.33

RGB Variations

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

Color information

#AA5D48 (or 0xAA5D48) is known color: Crail. HEX triplet: AA, 5D and 48. RGB value is (170,93,72). Sum of RGB (Red+Green+Blue) = 170+93+72=335 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.75% from 335); Green value is 93 (36.72% from 255 or 27.76% from 335); Blue value is 72 (28.52% from 255 or 21.49% from 335); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5D48 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #AA5D48 is #55A2B7. Grayscale: #717171. Windows color (decimal): -5612216 or 4742570. OLE color: 4742570.

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

Color convert

RGB 170 93 72 -
CMYK 0 0.45 0.58 0.33
HSL 12.86º 0.4% 0.47% -
HSV(B) 12.86º 0.58% 0.67% -
XYZ 21.66 16.84 8.24 -
YUV 113.63 104.51 168.21 -
System Red Green Blue C M Y K H S L
Decimal 170 93 72 0 0.45 0.58 0.33 12.86 0.4 0.47
Hex AA 5D 48 0 2D 3A 21 D 28 2F
Octal 252 135 110 0 55 72 41 15 50 57
Binary 10101010 1011101 1001000 0 101101 111010 100001 1101 101000 101111

Color Harmonies of #AA5D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5D48

Black with #AA5D48

Text Example


Text Example

White with #AA5D48

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5D48; }

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

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

background-color css

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

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

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

border-color css

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

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

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