Html Css Color HEX #A07685 Tapestry

📋 copy color: '#A07685'

red 160 ◦ green 118 ◦ blue 133

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

Shades of Tapestry #A07685

Tints of Tapestry #A07685

RGB

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

 GREEN value IS 118 (46.48% from 255) = 28.71%

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

R = 38.93%
G = 28.71%
B = 32.36%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.17

 K value IS 0.37

RGB Variations

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

Color information

#A07685 (or 0xA07685) is known color: Tapestry. HEX triplet: A0, 76 and 85. RGB value is (160,118,133). Sum of RGB (Red+Green+Blue) = 160+118+133=411 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.93% from 411); Green value is 118 (46.48% from 255 or 28.71% from 411); Blue value is 133 (52.34% from 255 or 32.36% from 411); Max value from RGB is 160 - color contains mainly: red. Hex color #A07685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07685 is #5F897A. Grayscale: #848484. Windows color (decimal): -6261115 or 8746656. OLE color: 8746656.

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

Color convert

RGB 160 118 133 -
CMYK 0 0.26 0.17 0.37
HSL 338.57º 0.18% 0.55% -
HSV(B) 338.57º 0.26% 0.63% -
XYZ 25.21 22.12 25.13 -
YUV 132.27 128.41 147.78 -
System Red Green Blue C M Y K H S L
Decimal 160 118 133 0 0.26 0.17 0.37 338.57 0.18 0.55
Hex A0 76 85 0 1A 11 25 153 12 37
Octal 240 166 205 0 32 21 45 523 22 67
Binary 10100000 1110110 10000101 0 11010 10001 100101 101010011 10010 110111

Color Harmonies of #A07685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07685

Black with #A07685

Text Example


Text Example

White with #A07685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07685; }

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

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

background-color css

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

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

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

border-color css

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

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

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