Html Css Color HEX #AF7B8B Tapestry

📋 copy color: '#AF7B8B'

red 175 ◦ green 123 ◦ blue 139

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

Shades of Tapestry #AF7B8B

Tints of Tapestry #AF7B8B

RGB

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

 GREEN value IS 123 (48.44% from 255) = 28.15%

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

R = 40.05%
G = 28.15%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF7B8B (or 0xAF7B8B) is known color: Tapestry. HEX triplet: AF, 7B and 8B. RGB value is (175,123,139). Sum of RGB (Red+Green+Blue) = 175+123+139=437 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.05% from 437); Green value is 123 (48.44% from 255 or 28.15% from 437); Blue value is 139 (54.69% from 255 or 31.81% from 437); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B8B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7B8B is #508474. Grayscale: #8C8C8C. Windows color (decimal): -5276789 or 9141167. OLE color: 9141167.

HSL color Cylindrical-coordinate representation of color #AF7B8B: hue angle of 341.54º degrees, saturation: 0.25, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AF7B8B is Cyan = 0, Magento = 0.30, Yellow = 0.21 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 123 139 -
CMYK 0 0.30 0.21 0.31
HSL 341.54º 0.25% 0.58% -
HSV(B) 341.54º 0.3% 0.69% -
XYZ 29.42 25.14 27.73 -
YUV 140.37 127.23 152.7 -
System Red Green Blue C M Y K H S L
Decimal 175 123 139 0 0.30 0.21 0.31 341.54 0.25 0.58
Hex AF 7B 8B 0 1E 15 1F 156 19 3A
Octal 257 173 213 0 36 25 37 526 31 72
Binary 10101111 1111011 10001011 0 11110 10101 11111 101010110 11001 111010

Color Harmonies of #AF7B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B8B

Black with #AF7B8B

Text Example


Text Example

White with #AF7B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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