Html Css Color HEX #AC5D83 Tapestry

📋 copy color: '#AC5D83'

red 172 ◦ green 93 ◦ blue 131

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

Shades of Tapestry #AC5D83

Tints of Tapestry #AC5D83

RGB

 RED value IS 172 (67.58% from 255) = 43.43%

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

 BLUE value IS 131 (51.56% from 255) = 33.08%

R = 43.43%
G = 23.48%
B = 33.08%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC5D83 (or 0xAC5D83) is known color: Tapestry. HEX triplet: AC, 5D and 83. RGB value is (172,93,131). Sum of RGB (Red+Green+Blue) = 172+93+131=396 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.43% from 396); Green value is 93 (36.72% from 255 or 23.48% from 396); Blue value is 131 (51.56% from 255 or 33.08% from 396); Max value from RGB is 172 - color contains mainly: red. Hex color #AC5D83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC5D83 is #53A27C. Grayscale: #787878. Windows color (decimal): -5481085 or 8609196. OLE color: 8609196.

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

Color convert

RGB 172 93 131 -
CMYK 0 0.46 0.24 0.33
HSL 331.14º 0.32% 0.52% -
HSV(B) 331.14º 0.46% 0.67% -
XYZ 25.02 18.24 23.67 -
YUV 120.95 133.67 164.41 -
System Red Green Blue C M Y K H S L
Decimal 172 93 131 0 0.46 0.24 0.33 331.14 0.32 0.52
Hex AC 5D 83 0 2E 18 21 14B 20 34
Octal 254 135 203 0 56 30 41 513 40 64
Binary 10101100 1011101 10000011 0 101110 11000 100001 101001011 100000 110100

Color Harmonies of #AC5D83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC5D83

Black with #AC5D83

Text Example


Text Example

White with #AC5D83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC5D83; }

 p { color: rgb(172,93,131); }

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

background-color css

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

 a { background-color: rgb(172,93,131); }

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

border-color css

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

 span { border-color: rgb(172,93,131); }

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