Html Css Color HEX #AF7185 Tapestry

📋 copy color: '#AF7185'

red 175 ◦ green 113 ◦ blue 133

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

Shades of Tapestry #AF7185

Tints of Tapestry #AF7185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 31.59%

R = 41.57%
G = 26.84%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF7185 (or 0xAF7185) is known color: Tapestry. HEX triplet: AF, 71 and 85. RGB value is (175,113,133). Sum of RGB (Red+Green+Blue) = 175+113+133=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 113 (44.53% from 255 or 26.84% from 421); Blue value is 133 (52.34% from 255 or 31.59% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7185 is #508E7A. Grayscale: #858585. Windows color (decimal): -5279355 or 8745391. OLE color: 8745391.

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

Color convert

RGB 175 113 133 -
CMYK 0 0.35 0.24 0.31
HSL 340.65º 0.28% 0.56% -
HSV(B) 340.65º 0.35% 0.69% -
XYZ 27.82 22.62 25.09 -
YUV 133.82 127.54 157.37 -
System Red Green Blue C M Y K H S L
Decimal 175 113 133 0 0.35 0.24 0.31 340.65 0.28 0.56
Hex AF 71 85 0 23 18 1F 155 1C 38
Octal 257 161 205 0 43 30 37 525 34 70
Binary 10101111 1110001 10000101 0 100011 11000 11111 101010101 11100 111000

Color Harmonies of #AF7185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7185

Black with #AF7185

Text Example


Text Example

White with #AF7185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7185; }

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

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

background-color css

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

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

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

border-color css

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

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

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