Html Css Color HEX #AF788A Tapestry

📋 copy color: '#AF788A'

red 175 ◦ green 120 ◦ blue 138

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

Shades of Tapestry #AF788A

Tints of Tapestry #AF788A

RGB

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

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

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

R = 40.42%
G = 27.71%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.21

 K value IS 0.31

RGB Variations

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

Color information

#AF788A (or 0xAF788A) is known color: Tapestry. HEX triplet: AF, 78 and 8A. RGB value is (175,120,138). Sum of RGB (Red+Green+Blue) = 175+120+138=433 (57% of max value = 765). Red value is 175 (68.75% from 255 or 40.42% from 433); Green value is 120 (47.27% from 255 or 27.71% from 433); Blue value is 138 (54.30% from 255 or 31.87% from 433); Max value from RGB is 175 - color contains mainly: red. Hex color #AF788A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF788A is #508775. Grayscale: #8A8A8A. Windows color (decimal): -5277558 or 9074863. OLE color: 9074863.

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

Color convert

RGB 175 120 138 -
CMYK 0 0.31 0.21 0.31
HSL 340.36º 0.26% 0.58% -
HSV(B) 340.36º 0.31% 0.69% -
XYZ 28.98 24.38 27.22 -
YUV 138.5 127.72 154.04 -
System Red Green Blue C M Y K H S L
Decimal 175 120 138 0 0.31 0.21 0.31 340.36 0.26 0.58
Hex AF 78 8A 0 1F 15 1F 154 1A 3A
Octal 257 170 212 0 37 25 37 524 32 72
Binary 10101111 1111000 10001010 0 11111 10101 11111 101010100 11010 111010

Color Harmonies of #AF788A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF788A

Black with #AF788A

Text Example


Text Example

White with #AF788A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF788A; }

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

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

background-color css

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

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

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

border-color css

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

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

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