Html Css Color HEX #AF728B Tapestry

📋 copy color: '#AF728B'

red 175 ◦ green 114 ◦ blue 139

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

Shades of Tapestry #AF728B

Tints of Tapestry #AF728B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 32.48%

R = 40.89%
G = 26.64%
B = 32.48%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF728B (or 0xAF728B) is known color: Tapestry. HEX triplet: AF, 72 and 8B. RGB value is (175,114,139). Sum of RGB (Red+Green+Blue) = 175+114+139=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 114 (44.92% from 255 or 26.64% from 428); Blue value is 139 (54.69% from 255 or 32.48% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF728B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF728B is #508D74. Grayscale: #878787. Windows color (decimal): -5279093 or 9138863. OLE color: 9138863.

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

Color convert

RGB 175 114 139 -
CMYK 0 0.35 0.21 0.31
HSL 335.41º 0.28% 0.57% -
HSV(B) 335.41º 0.35% 0.69% -
XYZ 28.36 23.01 27.37 -
YUV 135.09 130.21 156.47 -
System Red Green Blue C M Y K H S L
Decimal 175 114 139 0 0.35 0.21 0.31 335.41 0.28 0.57
Hex AF 72 8B 0 23 15 1F 14F 1C 39
Octal 257 162 213 0 43 25 37 517 34 71
Binary 10101111 1110010 10001011 0 100011 10101 11111 101001111 11100 111001

Color Harmonies of #AF728B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF728B

Black with #AF728B

Text Example


Text Example

White with #AF728B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF728B; }

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

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

background-color css

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

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

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

border-color css

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

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

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