Html Css Color HEX #AF777F Tapestry

📋 copy color: '#AF777F'

red 175 ◦ green 119 ◦ blue 127

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

Shades of Tapestry #AF777F

Tints of Tapestry #AF777F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 30.17%

R = 41.57%
G = 28.27%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF777F (or 0xAF777F) is known color: Tapestry. HEX triplet: AF, 77 and 7F. RGB value is (175,119,127). Sum of RGB (Red+Green+Blue) = 175+119+127=421 (55% of max value = 765). Red value is 175 (68.75% from 255 or 41.57% from 421); Green value is 119 (46.88% from 255 or 28.27% from 421); Blue value is 127 (50% from 255 or 30.17% from 421); Max value from RGB is 175 - color contains mainly: red. Hex color #AF777F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF777F is #508880. Grayscale: #888888. Windows color (decimal): -5277825 or 8353711. OLE color: 8353711.

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

Color convert

RGB 175 119 127 -
CMYK 0 0.32 0.27 0.31
HSL 351.43º 0.26% 0.58% -
HSV(B) 351.43º 0.32% 0.69% -
XYZ 28.11 23.84 23.2 -
YUV 136.66 122.55 155.35 -
System Red Green Blue C M Y K H S L
Decimal 175 119 127 0 0.32 0.27 0.31 351.43 0.26 0.58
Hex AF 77 7F 0 20 1B 1F 15F 1A 3A
Octal 257 167 177 0 40 33 37 537 32 72
Binary 10101111 1110111 1111111 0 100000 11011 11111 101011111 11010 111010

Color Harmonies of #AF777F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF777F

Black with #AF777F

Text Example


Text Example

White with #AF777F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF777F; }

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

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

background-color css

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

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

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

border-color css

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

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

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