Html Css Color HEX #A07485 Tapestry

📋 copy color: '#A07485'

red 160 ◦ green 116 ◦ blue 133

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

Shades of Tapestry #A07485

Tints of Tapestry #A07485

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.36%

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

R = 39.12%
G = 28.36%
B = 32.52%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A07485 (or 0xA07485) is known color: Tapestry. HEX triplet: A0, 74 and 85. RGB value is (160,116,133). Sum of RGB (Red+Green+Blue) = 160+116+133=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 116 (45.70% from 255 or 28.36% from 409); Blue value is 133 (52.34% from 255 or 32.52% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A07485 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07485 is #5F8B7A. Grayscale: #838383. Windows color (decimal): -6261627 or 8746144. OLE color: 8746144.

HSL color Cylindrical-coordinate representation of color #A07485: hue angle of 336.82º degrees, saturation: 0.19, 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 #A07485 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 116 133 -
CMYK 0 0.28 0.17 0.37
HSL 336.82º 0.19% 0.54% -
HSV(B) 336.82º 0.28% 0.63% -
XYZ 24.98 21.66 25.05 -
YUV 131.09 129.08 148.62 -
System Red Green Blue C M Y K H S L
Decimal 160 116 133 0 0.28 0.17 0.37 336.82 0.19 0.54
Hex A0 74 85 0 1C 11 25 151 13 36
Octal 240 164 205 0 34 21 45 521 23 66
Binary 10100000 1110100 10000101 0 11100 10001 100101 101010001 10011 110110

Color Harmonies of #A07485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07485

Black with #A07485

Text Example


Text Example

White with #A07485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07485; }

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

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

background-color css

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

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

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

border-color css

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

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

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