Html Css Color HEX #AF7B88 Tapestry

📋 copy color: '#AF7B88'

red 175 ◦ green 123 ◦ blue 136

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

Shades of Tapestry #AF7B88

Tints of Tapestry #AF7B88

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 31.34%

R = 40.32%
G = 28.34%
B = 31.34%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF7B88 (or 0xAF7B88) is known color: Tapestry. HEX triplet: AF, 7B and 88. RGB value is (175,123,136). Sum of RGB (Red+Green+Blue) = 175+123+136=434 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.32% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 136 (53.52% from 255 or 31.34% from 434); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7B88 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7B88 is #508477. Grayscale: #8C8C8C. Windows color (decimal): -5276792 or 8944559. OLE color: 8944559.

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

Color convert

RGB 175 123 136 -
CMYK 0 0.30 0.22 0.31
HSL 345º 0.25% 0.58% -
HSV(B) 345º 0.3% 0.69% -
XYZ 29.21 25.06 26.59 -
YUV 140.03 125.73 152.94 -
System Red Green Blue C M Y K H S L
Decimal 175 123 136 0 0.30 0.22 0.31 345 0.25 0.58
Hex AF 7B 88 0 1E 16 1F 159 19 3A
Octal 257 173 210 0 36 26 37 531 31 72
Binary 10101111 1111011 10001000 0 11110 10110 11111 101011001 11001 111010

Color Harmonies of #AF7B88

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7B88

Black with #AF7B88

Text Example


Text Example

White with #AF7B88

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7B88; }

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

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

background-color css

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

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

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

border-color css

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

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

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