Html Css Color HEX #AF728C Tapestry

📋 copy color: '#AF728C'

red 175 ◦ green 114 ◦ blue 140

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

Shades of Tapestry #AF728C

Tints of Tapestry #AF728C

RGB

 RED value IS 175 (68.75% from 255) = 40.79%

 GREEN value IS 114 (44.92% from 255) = 26.57%

 BLUE value IS 140 (55.08% from 255) = 32.63%

R = 40.79%
G = 26.57%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF728C (or 0xAF728C) is known color: Tapestry. HEX triplet: AF, 72 and 8C. RGB value is (175,114,140). Sum of RGB (Red+Green+Blue) = 175+114+140=429 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.79% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 140 (55.08% from 255 or 32.63% from 429); Max value from RGB is 175 - color contains mainly: red. Hex color #AF728C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF728C is #508D73. Grayscale: #878787. Windows color (decimal): -5279092 or 9204399. OLE color: 9204399.

HSL color Cylindrical-coordinate representation of color #AF728C: hue angle of 334.43º degrees, saturation: 0.28, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #AF728C is Cyan = 0, Magento = 0.35, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 140 -
CMYK 0 0.35 0.2 0.31
HSL 334.43º 0.28% 0.57% -
HSV(B) 334.43º 0.35% 0.69% -
XYZ 28.43 23.04 27.76 -
YUV 135.2 130.71 156.39 -
System Red Green Blue C M Y K H S L
Decimal 175 114 140 0 0.35 0.2 0.31 334.43 0.28 0.57
Hex AF 72 8C 0 23 14 1F 14E 1C 39
Octal 257 162 214 0 43 24 37 516 34 71
Binary 10101111 1110010 10001100 0 100011 10100 11111 101001110 11100 111001

Color Harmonies of #AF728C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF728C

Black with #AF728C

Text Example


Text Example

White with #AF728C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF728C; }

 p { color: rgb(175,114,140); }

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

background-color css

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

 a { background-color: rgb(175,114,140); }

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

border-color css

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

 span { border-color: rgb(175,114,140); }

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