Html Css Color HEX #AF728D Tapestry

📋 copy color: '#AF728D'

red 175 ◦ green 114 ◦ blue 141

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

Shades of Tapestry #AF728D

Tints of Tapestry #AF728D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 32.79%

R = 40.7%
G = 26.51%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.19

 K value IS 0.31

RGB Variations

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

Color information

#AF728D (or 0xAF728D) is known color: Tapestry. HEX triplet: AF, 72 and 8D. RGB value is (175,114,141). Sum of RGB (Red+Green+Blue) = 175+114+141=430 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.70% from 430); Green value is 114 (44.92% from 255 or 26.51% from 430); Blue value is 141 (55.47% from 255 or 32.79% from 430); Max value from RGB is 175 - color contains mainly: red. Hex color #AF728D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF728D is #508D72. Grayscale: #878787. Windows color (decimal): -5279091 or 9269935. OLE color: 9269935.

HSL color Cylindrical-coordinate representation of color #AF728D: hue angle of 333.44º 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 #AF728D is Cyan = 0, Magento = 0.35, Yellow = 0.19 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 114 141 -
CMYK 0 0.35 0.19 0.31
HSL 333.44º 0.28% 0.57% -
HSV(B) 333.44º 0.35% 0.69% -
XYZ 28.5 23.07 28.15 -
YUV 135.32 131.21 156.3 -
System Red Green Blue C M Y K H S L
Decimal 175 114 141 0 0.35 0.19 0.31 333.44 0.28 0.57
Hex AF 72 8D 0 23 13 1F 14D 1C 39
Octal 257 162 215 0 43 23 37 515 34 71
Binary 10101111 1110010 10001101 0 100011 10011 11111 101001101 11100 111001

Color Harmonies of #AF728D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF728D

Black with #AF728D

Text Example


Text Example

White with #AF728D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF728D; }

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

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

background-color css

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

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

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

border-color css

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

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

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