Html Css Color HEX #AA5F4D Crail

📋 copy color: '#AA5F4D'

red 170 ◦ green 95 ◦ blue 77

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

Shades of Crail #AA5F4D

Tints of Crail #AA5F4D

RGB

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

 GREEN value IS 95 (37.5% from 255) = 27.78%

 BLUE value IS 77 (30.47% from 255) = 22.51%

R = 49.71%
G = 27.78%
B = 22.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.55

 K value IS 0.33

RGB Variations

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

Color information

#AA5F4D (or 0xAA5F4D) is known color: Crail. HEX triplet: AA, 5F and 4D. RGB value is (170,95,77). Sum of RGB (Red+Green+Blue) = 170+95+77=342 (45% of max value = 765). Red value is 170 (66.80% from 255 or 49.71% from 342); Green value is 95 (37.5% from 255 or 27.78% from 342); Blue value is 77 (30.47% from 255 or 22.51% from 342); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5F4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA5F4D is #55A0B2. Grayscale: #737373. Windows color (decimal): -5611699 or 5070762. OLE color: 5070762.

HSL color Cylindrical-coordinate representation of color #AA5F4D: hue angle of 11.61º degrees, saturation: 0.38, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AA5F4D is Cyan = 0, Magento = 0.44, Yellow = 0.55 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 95 77 -
CMYK 0 0.44 0.55 0.33
HSL 11.61º 0.38% 0.48% -
HSV(B) 11.61º 0.55% 0.67% -
XYZ 22.01 17.27 9.19 -
YUV 115.37 106.35 166.96 -
System Red Green Blue C M Y K H S L
Decimal 170 95 77 0 0.44 0.55 0.33 11.61 0.38 0.48
Hex AA 5F 4D 0 2C 37 21 C 26 30
Octal 252 137 115 0 54 67 41 14 46 60
Binary 10101010 1011111 1001101 0 101100 110111 100001 1100 100110 110000

Color Harmonies of #AA5F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5F4D

Black with #AA5F4D

Text Example


Text Example

White with #AA5F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5F4D; }

 p { color: rgb(170,95,77); }

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

background-color css

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

 a { background-color: rgb(170,95,77); }

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

border-color css

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

 span { border-color: rgb(170,95,77); }

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