Html Css Color HEX #AC6081 Tapestry

📋 copy color: '#AC6081'

red 172 ◦ green 96 ◦ blue 129

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

Shades of Tapestry #AC6081

Tints of Tapestry #AC6081

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.18%

 BLUE value IS 129 (50.78% from 255) = 32.49%

R = 43.32%
G = 24.18%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AC6081 (or 0xAC6081) is known color: Tapestry. HEX triplet: AC, 60 and 81. RGB value is (172,96,129). Sum of RGB (Red+Green+Blue) = 172+96+129=397 (52% of max value = 765). Red value is 172 (67.58% from 255 or 43.32% from 397); Green value is 96 (37.89% from 255 or 24.18% from 397); Blue value is 129 (50.78% from 255 or 32.49% from 397); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6081 is #539F7E. Grayscale: #7A7A7A. Windows color (decimal): -5480319 or 8478892. OLE color: 8478892.

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

Color convert

RGB 172 96 129 -
CMYK 0 0.44 0.25 0.33
HSL 333.95º 0.31% 0.53% -
HSV(B) 333.95º 0.44% 0.67% -
XYZ 25.16 18.72 23.06 -
YUV 122.49 131.68 163.32 -
System Red Green Blue C M Y K H S L
Decimal 172 96 129 0 0.44 0.25 0.33 333.95 0.31 0.53
Hex AC 60 81 0 2C 19 21 14E 1F 35
Octal 254 140 201 0 54 31 41 516 37 65
Binary 10101100 1100000 10000001 0 101100 11001 100001 101001110 11111 110101

Color Harmonies of #AC6081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6081

Black with #AC6081

Text Example


Text Example

White with #AC6081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6081; }

 p { color: rgb(172,96,129); }

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

background-color css

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

 a { background-color: rgb(172,96,129); }

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

border-color css

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

 span { border-color: rgb(172,96,129); }

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