Html Css Color HEX #A07585 Tapestry

📋 copy color: '#A07585'

red 160 ◦ green 117 ◦ blue 133

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

Shades of Tapestry #A07585

Tints of Tapestry #A07585

RGB

 RED value IS 160 (62.89% from 255) = 39.02%

 GREEN value IS 117 (46.09% from 255) = 28.54%

 BLUE value IS 133 (52.34% from 255) = 32.44%

R = 39.02%
G = 28.54%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A07585 (or 0xA07585) is known color: Tapestry. HEX triplet: A0, 75 and 85. RGB value is (160,117,133). Sum of RGB (Red+Green+Blue) = 160+117+133=410 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.02% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 160 - color contains mainly: red. Hex color #A07585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07585 is #5F8A7A. Grayscale: #838383. Windows color (decimal): -6261371 or 8746400. OLE color: 8746400.

HSL color Cylindrical-coordinate representation of color #A07585: hue angle of 337.67º degrees, saturation: 0.18, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A07585 is Cyan = 0, Magento = 0.27, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 117 133 -
CMYK 0 0.27 0.17 0.37
HSL 337.67º 0.18% 0.54% -
HSV(B) 337.67º 0.27% 0.63% -
XYZ 25.09 21.89 25.09 -
YUV 131.68 128.75 148.2 -
System Red Green Blue C M Y K H S L
Decimal 160 117 133 0 0.27 0.17 0.37 337.67 0.18 0.54
Hex A0 75 85 0 1B 11 25 152 12 36
Octal 240 165 205 0 33 21 45 522 22 66
Binary 10100000 1110101 10000101 0 11011 10001 100101 101010010 10010 110110

Color Harmonies of #A07585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07585

Black with #A07585

Text Example


Text Example

White with #A07585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07585; }

 p { color: rgb(160,117,133); }

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

background-color css

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

 a { background-color: rgb(160,117,133); }

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

border-color css

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

 span { border-color: rgb(160,117,133); }

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