Html Css Color HEX #AF7188 Tapestry

📋 copy color: '#AF7188'

red 175 ◦ green 113 ◦ blue 136

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

Shades of Tapestry #AF7188

Tints of Tapestry #AF7188

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.65%

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

R = 41.27%
G = 26.65%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF7188 (or 0xAF7188) is known color: Tapestry. HEX triplet: AF, 71 and 88. RGB value is (175,113,136). Sum of RGB (Red+Green+Blue) = 175+113+136=424 (56% of max value = 765). Red value is 175 (68.75% from 255 or 41.27% from 424); Green value is 113 (44.53% from 255 or 26.65% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7188 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7188 is #508E77. Grayscale: #868686. Windows color (decimal): -5279352 or 8941999. OLE color: 8941999.

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

Color convert

RGB 175 113 136 -
CMYK 0 0.35 0.22 0.31
HSL 337.74º 0.28% 0.56% -
HSV(B) 337.74º 0.35% 0.69% -
XYZ 28.03 22.7 26.2 -
YUV 134.16 129.04 157.13 -
System Red Green Blue C M Y K H S L
Decimal 175 113 136 0 0.35 0.22 0.31 337.74 0.28 0.56
Hex AF 71 88 0 23 16 1F 152 1C 38
Octal 257 161 210 0 43 26 37 522 34 70
Binary 10101111 1110001 10001000 0 100011 10110 11111 101010010 11100 111000

Color Harmonies of #AF7188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7188

Black with #AF7188

Text Example


Text Example

White with #AF7188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7188; }

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

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

background-color css

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

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

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

border-color css

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

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

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