Html Css Color HEX #AF7088 Tapestry

📋 copy color: '#AF7088'

red 175 ◦ green 112 ◦ blue 136

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

Shades of Tapestry #AF7088

Tints of Tapestry #AF7088

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.48%

 BLUE value IS 136 (53.52% from 255) = 32.15%

R = 41.37%
G = 26.48%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF7088 (or 0xAF7088) is known color: Tapestry. HEX triplet: AF, 70 and 88. RGB value is (175,112,136). Sum of RGB (Red+Green+Blue) = 175+112+136=423 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.37% from 423); Green value is 112 (44.14% from 255 or 26.48% from 423); Blue value is 136 (53.52% from 255 or 32.15% from 423); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7088 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7088 is #508F77. Grayscale: #858585. Windows color (decimal): -5279608 or 8941743. OLE color: 8941743.

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

Color convert

RGB 175 112 136 -
CMYK 0 0.36 0.22 0.31
HSL 337.14º 0.28% 0.56% -
HSV(B) 337.14º 0.36% 0.69% -
XYZ 27.92 22.48 26.16 -
YUV 133.57 129.37 157.55 -
System Red Green Blue C M Y K H S L
Decimal 175 112 136 0 0.36 0.22 0.31 337.14 0.28 0.56
Hex AF 70 88 0 24 16 1F 151 1C 38
Octal 257 160 210 0 44 26 37 521 34 70
Binary 10101111 1110000 10001000 0 100100 10110 11111 101010001 11100 111000

Color Harmonies of #AF7088

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7088

Black with #AF7088

Text Example


Text Example

White with #AF7088

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7088; }

 p { color: rgb(175,112,136); }

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

background-color css

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

 a { background-color: rgb(175,112,136); }

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

border-color css

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

 span { border-color: rgb(175,112,136); }

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