Html Css Color HEX #A5677D Tapestry

📋 copy color: '#A5677D'

red 165 ◦ green 103 ◦ blue 125

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

Shades of Tapestry #A5677D

Tints of Tapestry #A5677D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.81%

R = 41.98%
G = 26.21%
B = 31.81%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.24

 K value IS 0.35

RGB Variations

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

Color information

#A5677D (or 0xA5677D) is known color: Tapestry. HEX triplet: A5, 67 and 7D. RGB value is (165,103,125). Sum of RGB (Red+Green+Blue) = 165+103+125=393 (52% of max value = 765). Red value is 165 (64.84% from 255 or 41.98% from 393); Green value is 103 (40.62% from 255 or 26.21% from 393); Blue value is 125 (49.22% from 255 or 31.81% from 393); Max value from RGB is 165 - color contains mainly: red. Hex color #A5677D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5677D is #5A9882. Grayscale: #7C7C7C. Windows color (decimal): -5937283 or 8218533. OLE color: 8218533.

HSL color Cylindrical-coordinate representation of color #A5677D: hue angle of 338.71º 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 #A5677D is Cyan = 0, Magento = 0.38, Yellow = 0.24 and Black (K on CMYK) = 0.35.

Color convert

RGB 165 103 125 -
CMYK 0 0.38 0.24 0.35
HSL 338.71º 0.26% 0.53% -
HSV(B) 338.71º 0.38% 0.65% -
XYZ 24.07 19.18 21.84 -
YUV 124.05 128.54 157.21 -
System Red Green Blue C M Y K H S L
Decimal 165 103 125 0 0.38 0.24 0.35 338.71 0.26 0.53
Hex A5 67 7D 0 26 18 23 153 1A 35
Octal 245 147 175 0 46 30 43 523 32 65
Binary 10100101 1100111 1111101 0 100110 11000 100011 101010011 11010 110101

Color Harmonies of #A5677D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A5677D

Black with #A5677D

Text Example


Text Example

White with #A5677D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A5677D; }

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

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

background-color css

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

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

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

border-color css

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

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

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