Html Css Color HEX #AF7E8B Tapestry

📋 copy color: '#AF7E8B'

red 175 ◦ green 126 ◦ blue 139

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

Shades of Tapestry #AF7E8B

Tints of Tapestry #AF7E8B

RGB

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

 GREEN value IS 126 (49.61% from 255) = 28.64%

 BLUE value IS 139 (54.69% from 255) = 31.59%

R = 39.77%
G = 28.64%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF7E8B (or 0xAF7E8B) is known color: Tapestry. HEX triplet: AF, 7E and 8B. RGB value is (175,126,139). Sum of RGB (Red+Green+Blue) = 175+126+139=440 (58% of max value = 765). Red value is 175 (68.75% from 255 or 39.77% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7E8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7E8B is #508174. Grayscale: #8E8E8E. Windows color (decimal): -5276021 or 9141935. OLE color: 9141935.

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

Color convert

RGB 175 126 139 -
CMYK 0 0.28 0.21 0.31
HSL 344.08º 0.23% 0.59% -
HSV(B) 344.08º 0.28% 0.69% -
XYZ 29.8 25.9 27.85 -
YUV 142.13 126.23 151.44 -
System Red Green Blue C M Y K H S L
Decimal 175 126 139 0 0.28 0.21 0.31 344.08 0.23 0.59
Hex AF 7E 8B 0 1C 15 1F 158 17 3B
Octal 257 176 213 0 34 25 37 530 27 73
Binary 10101111 1111110 10001011 0 11100 10101 11111 101011000 10111 111011

Color Harmonies of #AF7E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7E8B

Black with #AF7E8B

Text Example


Text Example

White with #AF7E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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