Html Css Color HEX #AC7B85 Tapestry

📋 copy color: '#AC7B85'

red 172 ◦ green 123 ◦ blue 133

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

Shades of Tapestry #AC7B85

Tints of Tapestry #AC7B85

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.74%

 BLUE value IS 133 (52.34% from 255) = 31.07%

R = 40.19%
G = 28.74%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.23

 K value IS 0.33

RGB Variations

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

Color information

#AC7B85 (or 0xAC7B85) is known color: Tapestry. HEX triplet: AC, 7B and 85. RGB value is (172,123,133). Sum of RGB (Red+Green+Blue) = 172+123+133=428 (56% of max value = 765). Red value is 172 (67.58% from 255 or 40.19% from 428); Green value is 123 (48.44% from 255 or 28.74% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 172 - color contains mainly: red. Hex color #AC7B85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC7B85 is #53847A. Grayscale: #8A8A8A. Windows color (decimal): -5473403 or 8747948. OLE color: 8747948.

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

Color convert

RGB 172 123 133 -
CMYK 0 0.28 0.23 0.33
HSL 347.76º 0.23% 0.58% -
HSV(B) 347.76º 0.28% 0.67% -
XYZ 28.33 24.63 25.45 -
YUV 138.79 124.73 151.69 -
System Red Green Blue C M Y K H S L
Decimal 172 123 133 0 0.28 0.23 0.33 347.76 0.23 0.58
Hex AC 7B 85 0 1C 17 21 15C 17 3A
Octal 254 173 205 0 34 27 41 534 27 72
Binary 10101100 1111011 10000101 0 11100 10111 100001 101011100 10111 111010

Color Harmonies of #AC7B85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC7B85

Black with #AC7B85

Text Example


Text Example

White with #AC7B85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC7B85; }

 p { color: rgb(172,123,133); }

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

background-color css

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

 a { background-color: rgb(172,123,133); }

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

border-color css

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

 span { border-color: rgb(172,123,133); }

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