Html Css Color HEX #AF707E Tapestry

📋 copy color: '#AF707E'

red 175 ◦ green 112 ◦ blue 126

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

Shades of Tapestry #AF707E

Tints of Tapestry #AF707E

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.12%

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

R = 42.37%
G = 27.12%
B = 30.51%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.28

 K value IS 0.31

RGB Variations

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

Color information

#AF707E (or 0xAF707E) is known color: Tapestry. HEX triplet: AF, 70 and 7E. RGB value is (175,112,126). Sum of RGB (Red+Green+Blue) = 175+112+126=413 (54% of max value = 765). Red value is 175 (68.75% from 255 or 42.37% from 413); Green value is 112 (44.14% from 255 or 27.12% from 413); Blue value is 126 (49.61% from 255 or 30.51% from 413); Max value from RGB is 175 - color contains mainly: red. Hex color #AF707E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF707E is #508F81. Grayscale: #848484. Windows color (decimal): -5279618 or 8286383. OLE color: 8286383.

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

Color convert

RGB 175 112 126 -
CMYK 0 0.36 0.28 0.31
HSL 346.67º 0.28% 0.56% -
HSV(B) 346.67º 0.36% 0.69% -
XYZ 27.24 22.21 22.59 -
YUV 132.43 124.37 158.36 -
System Red Green Blue C M Y K H S L
Decimal 175 112 126 0 0.36 0.28 0.31 346.67 0.28 0.56
Hex AF 70 7E 0 24 1C 1F 15B 1C 38
Octal 257 160 176 0 44 34 37 533 34 70
Binary 10101111 1110000 1111110 0 100100 11100 11111 101011011 11100 111000

Color Harmonies of #AF707E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF707E

Black with #AF707E

Text Example


Text Example

White with #AF707E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF707E; }

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

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

background-color css

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

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

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

border-color css

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

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

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