Html Css Color HEX #AF768A Tapestry

📋 copy color: '#AF768A'

red 175 ◦ green 118 ◦ blue 138

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

Shades of Tapestry #AF768A

Tints of Tapestry #AF768A

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.38%

 BLUE value IS 138 (54.3% from 255) = 32.02%

R = 40.6%
G = 27.38%
B = 32.02%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF768A (or 0xAF768A) is known color: Tapestry. HEX triplet: AF, 76 and 8A. RGB value is (175,118,138). Sum of RGB (Red+Green+Blue) = 175+118+138=431 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.60% from 431); Green value is 118 (46.48% from 255 or 27.38% from 431); Blue value is 138 (54.30% from 255 or 32.02% from 431); Max value from RGB is 175 - color contains mainly: red. Hex color #AF768A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF768A is #508975. Grayscale: #898989. Windows color (decimal): -5278070 or 9074351. OLE color: 9074351.

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

Color convert

RGB 175 118 138 -
CMYK 0 0.33 0.21 0.31
HSL 338.95º 0.26% 0.57% -
HSV(B) 338.95º 0.33% 0.69% -
XYZ 28.75 23.91 27.14 -
YUV 137.32 128.38 154.87 -
System Red Green Blue C M Y K H S L
Decimal 175 118 138 0 0.33 0.21 0.31 338.95 0.26 0.57
Hex AF 76 8A 0 21 15 1F 153 1A 39
Octal 257 166 212 0 41 25 37 523 32 71
Binary 10101111 1110110 10001010 0 100001 10101 11111 101010011 11010 111001

Color Harmonies of #AF768A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF768A

Black with #AF768A

Text Example


Text Example

White with #AF768A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF768A; }

 p { color: rgb(175,118,138); }

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

background-color css

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

 a { background-color: rgb(175,118,138); }

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

border-color css

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

 span { border-color: rgb(175,118,138); }

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