Html Css Color HEX #AF758C Tapestry

📋 copy color: '#AF758C'

red 175 ◦ green 117 ◦ blue 140

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

Shades of Tapestry #AF758C

Tints of Tapestry #AF758C

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.08%

 BLUE value IS 140 (55.08% from 255) = 32.41%

R = 40.51%
G = 27.08%
B = 32.41%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.2

 K value IS 0.31

RGB Variations

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

Color information

#AF758C (or 0xAF758C) is known color: Tapestry. HEX triplet: AF, 75 and 8C. RGB value is (175,117,140). Sum of RGB (Red+Green+Blue) = 175+117+140=432 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.51% from 432); Green value is 117 (46.09% from 255 or 27.08% from 432); Blue value is 140 (55.08% from 255 or 32.41% from 432); Max value from RGB is 175 - color contains mainly: red. Hex color #AF758C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF758C is #508A73. Grayscale: #888888. Windows color (decimal): -5278324 or 9205167. OLE color: 9205167.

HSL color Cylindrical-coordinate representation of color #AF758C: hue angle of 336.21º degrees, saturation: 0.27, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #AF758C is Cyan = 0, Magento = 0.33, Yellow = 0.2 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 117 140 -
CMYK 0 0.33 0.2 0.31
HSL 336.21º 0.27% 0.57% -
HSV(B) 336.21º 0.33% 0.69% -
XYZ 28.77 23.73 27.87 -
YUV 136.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 175 117 140 0 0.33 0.2 0.31 336.21 0.27 0.57
Hex AF 75 8C 0 21 14 1F 150 1B 39
Octal 257 165 214 0 41 24 37 520 33 71
Binary 10101111 1110101 10001100 0 100001 10100 11111 101010000 11011 111001

Color Harmonies of #AF758C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF758C

Black with #AF758C

Text Example


Text Example

White with #AF758C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF758C; }

 p { color: rgb(175,117,140); }

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

background-color css

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

 a { background-color: rgb(175,117,140); }

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

border-color css

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

 span { border-color: rgb(175,117,140); }

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