Html Css Color HEX #AF7785 Tapestry

📋 copy color: '#AF7785'

red 175 ◦ green 119 ◦ blue 133

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

Shades of Tapestry #AF7785

Tints of Tapestry #AF7785

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.87%

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

R = 40.98%
G = 27.87%
B = 31.15%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.31

RGB Variations

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

Color information

#AF7785 (or 0xAF7785) is known color: Tapestry. HEX triplet: AF, 77 and 85. RGB value is (175,119,133). Sum of RGB (Red+Green+Blue) = 175+119+133=427 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.98% from 427); Green value is 119 (46.88% from 255 or 27.87% from 427); Blue value is 133 (52.34% from 255 or 31.15% from 427); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7785 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7785 is #50887A. Grayscale: #898989. Windows color (decimal): -5277819 or 8746927. OLE color: 8746927.

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

Color convert

RGB 175 119 133 -
CMYK 0 0.32 0.24 0.31
HSL 345º 0.26% 0.58% -
HSV(B) 345º 0.32% 0.69% -
XYZ 28.51 24 25.32 -
YUV 137.34 125.55 154.86 -
System Red Green Blue C M Y K H S L
Decimal 175 119 133 0 0.32 0.24 0.31 345 0.26 0.58
Hex AF 77 85 0 20 18 1F 159 1A 3A
Octal 257 167 205 0 40 30 37 531 32 72
Binary 10101111 1110111 10000101 0 100000 11000 11111 101011001 11010 111010

Color Harmonies of #AF7785

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7785

Black with #AF7785

Text Example


Text Example

White with #AF7785

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7785; }

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

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

background-color css

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

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

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

border-color css

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

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

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