Html Css Color HEX #AF7588 Tapestry

📋 copy color: '#AF7588'

red 175 ◦ green 117 ◦ blue 136

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

Shades of Tapestry #AF7588

Tints of Tapestry #AF7588

RGB

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

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

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

R = 40.89%
G = 27.34%
B = 31.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.31

RGB Variations

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

Color information

#AF7588 (or 0xAF7588) is known color: Tapestry. HEX triplet: AF, 75 and 88. RGB value is (175,117,136). Sum of RGB (Red+Green+Blue) = 175+117+136=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 136 (53.52% from 255 or 31.78% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7588 is #508A77. Grayscale: #888888. Windows color (decimal): -5278328 or 8943023. OLE color: 8943023.

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

Color convert

RGB 175 117 136 -
CMYK 0 0.33 0.22 0.31
HSL 340.34º 0.27% 0.57% -
HSV(B) 340.34º 0.33% 0.69% -
XYZ 28.48 23.61 26.35 -
YUV 136.51 127.72 155.46 -
System Red Green Blue C M Y K H S L
Decimal 175 117 136 0 0.33 0.22 0.31 340.34 0.27 0.57
Hex AF 75 88 0 21 16 1F 154 1B 39
Octal 257 165 210 0 41 26 37 524 33 71
Binary 10101111 1110101 10001000 0 100001 10110 11111 101010100 11011 111001

Color Harmonies of #AF7588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7588

Black with #AF7588

Text Example


Text Example

White with #AF7588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7588; }

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

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

background-color css

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

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

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

border-color css

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

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

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