Html Css Color HEX #AC6283 Tapestry

📋 copy color: '#AC6283'

red 172 ◦ green 98 ◦ blue 131

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

Shades of Tapestry #AC6283

Tints of Tapestry #AC6283

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.44%

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

R = 42.89%
G = 24.44%
B = 32.67%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.24

 K value IS 0.33

RGB Variations

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

Color information

#AC6283 (or 0xAC6283) is known color: Tapestry. HEX triplet: AC, 62 and 83. RGB value is (172,98,131). Sum of RGB (Red+Green+Blue) = 172+98+131=401 (53% of max value = 765). Red value is 172 (67.58% from 255 or 42.89% from 401); Green value is 98 (38.67% from 255 or 24.44% from 401); Blue value is 131 (51.56% from 255 or 32.67% from 401); Max value from RGB is 172 - color contains mainly: red. Hex color #AC6283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AC6283 is #539D7C. Grayscale: #7B7B7B. Windows color (decimal): -5479805 or 8610476. OLE color: 8610476.

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

Color convert

RGB 172 98 131 -
CMYK 0 0.43 0.24 0.33
HSL 333.24º 0.31% 0.53% -
HSV(B) 333.24º 0.43% 0.67% -
XYZ 25.48 19.14 23.83 -
YUV 123.89 132.02 162.32 -
System Red Green Blue C M Y K H S L
Decimal 172 98 131 0 0.43 0.24 0.33 333.24 0.31 0.53
Hex AC 62 83 0 2B 18 21 14D 1F 35
Octal 254 142 203 0 53 30 41 515 37 65
Binary 10101100 1100010 10000011 0 101011 11000 100001 101001101 11111 110101

Color Harmonies of #AC6283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC6283

Black with #AC6283

Text Example


Text Example

White with #AC6283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC6283; }

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

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

background-color css

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

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

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

border-color css

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

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

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