Html Css Color HEX #AC7383 Tapestry

📋 copy color: '#AC7383'

red 172 ◦ green 115 ◦ blue 131

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

Shades of Tapestry #AC7383

Tints of Tapestry #AC7383

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.51%

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

R = 41.15%
G = 27.51%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC7383 (or 0xAC7383) is known color: Tapestry. HEX triplet: AC, 73 and 83. RGB value is (172,115,131). Sum of RGB (Red+Green+Blue) = 172+115+131=418 (55% of max value = 765). Red value is 172 (67.58% from 255 or 41.15% from 418); Green value is 115 (45.31% from 255 or 27.51% from 418); Blue value is 131 (51.56% from 255 or 31.34% from 418); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7383 is #538C7C. Grayscale: #858585. Windows color (decimal): -5475453 or 8614828. OLE color: 8614828.

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

Color convert

RGB 172 115 131 -
CMYK 0 0.33 0.24 0.33
HSL 343.16º 0.26% 0.56% -
HSV(B) 343.16º 0.33% 0.67% -
XYZ 27.24 22.67 24.41 -
YUV 133.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 172 115 131 0 0.33 0.24 0.33 343.16 0.26 0.56
Hex AC 73 83 0 21 18 21 157 1A 38
Octal 254 163 203 0 41 30 41 527 32 70
Binary 10101100 1110011 10000011 0 100001 11000 100001 101010111 11010 111000

Color Harmonies of #AC7383

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7383

Black with #AC7383

Text Example


Text Example

White with #AC7383

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7383; }

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

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

background-color css

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

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

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

border-color css

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

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

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