Html Css Color HEX #AF7786 Tapestry

📋 copy color: '#AF7786'

red 175 ◦ green 119 ◦ blue 134

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

Shades of Tapestry #AF7786

Tints of Tapestry #AF7786

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 31.31%

R = 40.89%
G = 27.8%
B = 31.31%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.23

 K value IS 0.31

RGB Variations

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

Color information

#AF7786 (or 0xAF7786) is known color: Tapestry. HEX triplet: AF, 77 and 86. RGB value is (175,119,134). Sum of RGB (Red+Green+Blue) = 175+119+134=428 (56% of max value = 765). Red value is 175 (68.75% from 255 or 40.89% from 428); Green value is 119 (46.88% from 255 or 27.80% from 428); Blue value is 134 (52.73% from 255 or 31.31% from 428); Max value from RGB is 175 - color contains mainly: red. Hex color #AF7786 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF7786 is #508879. Grayscale: #898989. Windows color (decimal): -5277818 or 8812463. OLE color: 8812463.

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

Color convert

RGB 175 119 134 -
CMYK 0 0.32 0.23 0.31
HSL 343.93º 0.26% 0.58% -
HSV(B) 343.93º 0.32% 0.69% -
XYZ 28.58 24.03 25.69 -
YUV 137.45 126.05 154.78 -
System Red Green Blue C M Y K H S L
Decimal 175 119 134 0 0.32 0.23 0.31 343.93 0.26 0.58
Hex AF 77 86 0 20 17 1F 158 1A 3A
Octal 257 167 206 0 40 27 37 530 32 72
Binary 10101111 1110111 10000110 0 100000 10111 11111 101011000 11010 111010

Color Harmonies of #AF7786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF7786

Black with #AF7786

Text Example


Text Example

White with #AF7786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF7786; }

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

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

background-color css

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

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

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

border-color css

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

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

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