Html Css Color HEX #AF677F Tapestry

📋 copy color: '#AF677F'

red 175 ◦ green 103 ◦ blue 127

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

Shades of Tapestry #AF677F

Tints of Tapestry #AF677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 25.43%

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

R = 43.21%
G = 25.43%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.27

 K value IS 0.31

RGB Variations

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

Color information

#AF677F (or 0xAF677F) is known color: Tapestry. HEX triplet: AF, 67 and 7F. RGB value is (175,103,127). Sum of RGB (Red+Green+Blue) = 175+103+127=405 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.21% from 405); Green value is 103 (40.62% from 255 or 25.43% from 405); Blue value is 127 (50% from 255 or 31.36% from 405); Max value from RGB is 175 - color contains mainly: red. Hex color #AF677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF677F is #509880. Grayscale: #7F7F7F. Windows color (decimal): -5281921 or 8349615. OLE color: 8349615.

HSL color Cylindrical-coordinate representation of color #AF677F: hue angle of 340º degrees, saturation: 0.31, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #AF677F is Cyan = 0, Magento = 0.41, Yellow = 0.27 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 103 127 -
CMYK 0 0.41 0.27 0.31
HSL 340º 0.31% 0.55% -
HSV(B) 340º 0.41% 0.69% -
XYZ 26.36 20.35 22.62 -
YUV 127.26 127.85 162.05 -
System Red Green Blue C M Y K H S L
Decimal 175 103 127 0 0.41 0.27 0.31 340 0.31 0.55
Hex AF 67 7F 0 29 1B 1F 154 1F 37
Octal 257 147 177 0 51 33 37 524 37 67
Binary 10101111 1100111 1111111 0 101001 11011 11111 101010100 11111 110111

Color Harmonies of #AF677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF677F

Black with #AF677F

Text Example


Text Example

White with #AF677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF677F; }

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

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

background-color css

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

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

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

border-color css

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

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

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