Html Css Color HEX #A07683 Tapestry

📋 copy color: '#A07683'

red 160 ◦ green 118 ◦ blue 131

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

Shades of Tapestry #A07683

Tints of Tapestry #A07683

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 32.03%

R = 39.12%
G = 28.85%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A07683 (or 0xA07683) is known color: Tapestry. HEX triplet: A0, 76 and 83. RGB value is (160,118,131). Sum of RGB (Red+Green+Blue) = 160+118+131=409 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.12% from 409); Green value is 118 (46.48% from 255 or 28.85% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 160 - color contains mainly: red. Hex color #A07683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07683 is #5F897C. Grayscale: #848484. Windows color (decimal): -6261117 or 8615584. OLE color: 8615584.

HSL color Cylindrical-coordinate representation of color #A07683: hue angle of 341.43º 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 #A07683 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.37.

Color convert

RGB 160 118 131 -
CMYK 0 0.26 0.18 0.37
HSL 341.43º 0.18% 0.55% -
HSV(B) 341.43º 0.26% 0.63% -
XYZ 25.07 22.07 24.41 -
YUV 132.04 127.41 147.94 -
System Red Green Blue C M Y K H S L
Decimal 160 118 131 0 0.26 0.18 0.37 341.43 0.18 0.55
Hex A0 76 83 0 1A 12 25 155 12 37
Octal 240 166 203 0 32 22 45 525 22 67
Binary 10100000 1110110 10000011 0 11010 10010 100101 101010101 10010 110111

Color Harmonies of #A07683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07683

Black with #A07683

Text Example


Text Example

White with #A07683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07683; }

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

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

background-color css

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

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

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

border-color css

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

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

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