Html Css Color HEX #A07983 Tapestry

📋 copy color: '#A07983'

red 160 ◦ green 121 ◦ blue 131

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

Shades of Tapestry #A07983

Tints of Tapestry #A07983

RGB

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

 GREEN value IS 121 (47.66% from 255) = 29.37%

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

R = 38.83%
G = 29.37%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.18

 K value IS 0.37

RGB Variations

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

Color information

#A07983 (or 0xA07983) is known color: Tapestry. HEX triplet: A0, 79 and 83. RGB value is (160,121,131). Sum of RGB (Red+Green+Blue) = 160+121+131=412 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.83% from 412); Green value is 121 (47.66% from 255 or 29.37% from 412); Blue value is 131 (51.56% from 255 or 31.80% from 412); Max value from RGB is 160 - color contains mainly: red. Hex color #A07983 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07983 is #5F867C. Grayscale: #858585. Windows color (decimal): -6260349 or 8616352. OLE color: 8616352.

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

Color convert

RGB 160 121 131 -
CMYK 0 0.24 0.18 0.37
HSL 344.62º 0.17% 0.55% -
HSV(B) 344.62º 0.24% 0.63% -
XYZ 25.43 22.79 24.53 -
YUV 133.8 126.42 146.69 -
System Red Green Blue C M Y K H S L
Decimal 160 121 131 0 0.24 0.18 0.37 344.62 0.17 0.55
Hex A0 79 83 0 18 12 25 159 11 37
Octal 240 171 203 0 30 22 45 531 21 67
Binary 10100000 1111001 10000011 0 11000 10010 100101 101011001 10001 110111

Color Harmonies of #A07983

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07983

Black with #A07983

Text Example


Text Example

White with #A07983

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07983; }

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

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

background-color css

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

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

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

border-color css

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

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

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