Html Css Color HEX #A5677F Tapestry

📋 copy color: '#A5677F'

red 165 ◦ green 103 ◦ blue 127

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

Shades of Tapestry #A5677F

Tints of Tapestry #A5677F

RGB

 RED value IS 165 (64.84% from 255) = 41.77%

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

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

R = 41.77%
G = 26.08%
B = 32.15%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.23

 K value IS 0.35

RGB Variations

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

Color information

#A5677F (or 0xA5677F) is known color: Tapestry. HEX triplet: A5, 67 and 7F. RGB value is (165,103,127). Sum of RGB (Red+Green+Blue) = 165+103+127=395 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.77% from 395); Green value is 103 (40.62% from 255 or 26.08% from 395); Blue value is 127 (50% from 255 or 32.15% from 395); Max value from RGB is 165 - color contains mainly: red. Hex color #A5677F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5677F is #5A9880. Grayscale: #7C7C7C. Windows color (decimal): -5937281 or 8349605. OLE color: 8349605.

HSL color Cylindrical-coordinate representation of color #A5677F: hue angle of 336.77º degrees, saturation: 0.26, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A5677F is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 103 127 -
CMYK 0 0.38 0.23 0.35
HSL 336.77º 0.26% 0.53% -
HSV(B) 336.77º 0.38% 0.65% -
XYZ 24.2 19.23 22.52 -
YUV 124.27 129.54 157.05 -
System Red Green Blue C M Y K H S L
Decimal 165 103 127 0 0.38 0.23 0.35 336.77 0.26 0.53
Hex A5 67 7F 0 26 17 23 151 1A 35
Octal 245 147 177 0 46 27 43 521 32 65
Binary 10100101 1100111 1111111 0 100110 10111 100011 101010001 11010 110101

Color Harmonies of #A5677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5677F

Black with #A5677F

Text Example


Text Example

White with #A5677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5677F; }

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

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

background-color css

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

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

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

border-color css

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

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

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