Html Css Color HEX #AF7186 Tapestry

📋 copy color: '#AF7186'

red 175 ◦ green 113 ◦ blue 134

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

Shades of Tapestry #AF7186

Tints of Tapestry #AF7186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.75%

R = 41.47%
G = 26.78%
B = 31.75%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF7186 (or 0xAF7186) is known color: Tapestry. HEX triplet: AF, 71 and 86. RGB value is (175,113,134). Sum of RGB (Red+Green+Blue) = 175+113+134=422 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.47% from 422); Green value is 113 (44.53% from 255 or 26.78% from 422); Blue value is 134 (52.73% from 255 or 31.75% from 422); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7186 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7186 is #508E79. Grayscale: #858585. Windows color (decimal): -5279354 or 8810927. OLE color: 8810927.

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

Color convert

RGB 175 113 134 -
CMYK 0 0.35 0.23 0.31
HSL 339.68º 0.28% 0.56% -
HSV(B) 339.68º 0.35% 0.69% -
XYZ 27.89 22.65 25.46 -
YUV 133.93 128.04 157.29 -
System Red Green Blue C M Y K H S L
Decimal 175 113 134 0 0.35 0.23 0.31 339.68 0.28 0.56
Hex AF 71 86 0 23 17 1F 154 1C 38
Octal 257 161 206 0 43 27 37 524 34 70
Binary 10101111 1110001 10000110 0 100011 10111 11111 101010100 11100 111000

Color Harmonies of #AF7186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7186

Black with #AF7186

Text Example


Text Example

White with #AF7186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7186; }

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

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

background-color css

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

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

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

border-color css

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

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

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