Html Css Color HEX #AF7885 Tapestry

📋 copy color: '#AF7885'

red 175 ◦ green 120 ◦ blue 133

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

Shades of Tapestry #AF7885

Tints of Tapestry #AF7885

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.04%

 BLUE value IS 133 (52.34% from 255) = 31.07%

R = 40.89%
G = 28.04%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF7885 (or 0xAF7885) is known color: Tapestry. HEX triplet: AF, 78 and 85. RGB value is (175,120,133). Sum of RGB (Red+Green+Blue) = 175+120+133=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 120 (47.27% from 255 or 28.04% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7885 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7885 is #50877A. Grayscale: #898989. Windows color (decimal): -5277563 or 8747183. OLE color: 8747183.

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

Color convert

RGB 175 120 133 -
CMYK 0 0.31 0.24 0.31
HSL 345.82º 0.26% 0.58% -
HSV(B) 345.82º 0.31% 0.69% -
XYZ 28.63 24.24 25.36 -
YUV 137.93 125.22 154.44 -
System Red Green Blue C M Y K H S L
Decimal 175 120 133 0 0.31 0.24 0.31 345.82 0.26 0.58
Hex AF 78 85 0 1F 18 1F 15A 1A 3A
Octal 257 170 205 0 37 30 37 532 32 72
Binary 10101111 1111000 10000101 0 11111 11000 11111 101011010 11010 111010

Color Harmonies of #AF7885

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7885

Black with #AF7885

Text Example


Text Example

White with #AF7885

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7885; }

 p { color: rgb(175,120,133); }

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

background-color css

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

 a { background-color: rgb(175,120,133); }

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

border-color css

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

 span { border-color: rgb(175,120,133); }

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