Html Css Color HEX #AF757E Tapestry

📋 copy color: '#AF757E'

red 175 ◦ green 117 ◦ blue 126

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

Shades of Tapestry #AF757E

Tints of Tapestry #AF757E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.14%

R = 41.87%
G = 27.99%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF757E (or 0xAF757E) is known color: Tapestry. HEX triplet: AF, 75 and 7E. RGB value is (175,117,126). Sum of RGB (Red+Green+Blue) = 175+117+126=418 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.87% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 126 (49.61% from 255 or 30.14% from 418); Max value from RGB is 175 - color contains mainly: red. Hex color #AF757E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF757E is #508A81. Grayscale: #878787. Windows color (decimal): -5278338 or 8287663. OLE color: 8287663.

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

Color convert

RGB 175 117 126 -
CMYK 0 0.33 0.28 0.31
HSL 350.69º 0.27% 0.57% -
HSV(B) 350.69º 0.33% 0.69% -
XYZ 27.81 23.34 22.78 -
YUV 135.37 122.72 156.27 -
System Red Green Blue C M Y K H S L
Decimal 175 117 126 0 0.33 0.28 0.31 350.69 0.27 0.57
Hex AF 75 7E 0 21 1C 1F 15F 1B 39
Octal 257 165 176 0 41 34 37 537 33 71
Binary 10101111 1110101 1111110 0 100001 11100 11111 101011111 11011 111001

Color Harmonies of #AF757E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF757E

Black with #AF757E

Text Example


Text Example

White with #AF757E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF757E; }

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

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

background-color css

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

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

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

border-color css

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

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

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