Html Css Color HEX #AF728A Tapestry

📋 copy color: '#AF728A'

red 175 ◦ green 114 ◦ blue 138

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

Shades of Tapestry #AF728A

Tints of Tapestry #AF728A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 32.32%

R = 40.98%
G = 26.7%
B = 32.32%

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

#AF728A (or 0xAF728A) is known color: Tapestry. HEX triplet: AF, 72 and 8A. RGB value is (175,114,138). Sum of RGB (Red+Green+Blue) = 175+114+138=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 114 (44.92% from 255 or 26.70% from 427); Blue value is 138 (54.30% from 255 or 32.32% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF728A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF728A is #508D75. Grayscale: #868686. Windows color (decimal): -5279094 or 9073327. OLE color: 9073327.

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

Color convert

RGB 175 114 138 -
CMYK 0 0.35 0.21 0.31
HSL 336.39º 0.28% 0.57% -
HSV(B) 336.39º 0.35% 0.69% -
XYZ 28.28 22.98 26.99 -
YUV 134.98 129.71 156.55 -
System Red Green Blue C M Y K H S L
Decimal 175 114 138 0 0.35 0.21 0.31 336.39 0.28 0.57
Hex AF 72 8A 0 23 15 1F 150 1C 39
Octal 257 162 212 0 43 25 37 520 34 71
Binary 10101111 1110010 10001010 0 100011 10101 11111 101010000 11100 111001

Color Harmonies of #AF728A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF728A

Black with #AF728A

Text Example


Text Example

White with #AF728A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF728A; }

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

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

background-color css

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

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

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

border-color css

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

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

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