Html Css Color HEX #A07484 Tapestry

📋 copy color: '#A07484'

red 160 ◦ green 116 ◦ blue 132

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

Shades of Tapestry #A07484

Tints of Tapestry #A07484

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 32.35%

R = 39.22%
G = 28.43%
B = 32.35%

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

#A07484 (or 0xA07484) is known color: Tapestry. HEX triplet: A0, 74 and 84. RGB value is (160,116,132). Sum of RGB (Red+Green+Blue) = 160+116+132=408 (54% of max value = 765). Red value is 160 (62.89% from 255 or 39.22% from 408); Green value is 116 (45.70% from 255 or 28.43% from 408); Blue value is 132 (51.95% from 255 or 32.35% from 408); Max value from RGB is 160 - color contains mainly: red. Hex color #A07484 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A07484 is #5F8B7B. Grayscale: #828282. Windows color (decimal): -6261628 or 8680608. OLE color: 8680608.

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

Color convert

RGB 160 116 132 -
CMYK 0 0.28 0.17 0.37
HSL 338.18º 0.19% 0.54% -
HSV(B) 338.18º 0.28% 0.63% -
XYZ 24.91 21.63 24.69 -
YUV 130.98 128.58 148.7 -
System Red Green Blue C M Y K H S L
Decimal 160 116 132 0 0.28 0.17 0.37 338.18 0.19 0.54
Hex A0 74 84 0 1C 11 25 152 13 36
Octal 240 164 204 0 34 21 45 522 23 66
Binary 10100000 1110100 10000100 0 11100 10001 100101 101010010 10011 110110

Color Harmonies of #A07484

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A07484

Black with #A07484

Text Example


Text Example

White with #A07484

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A07484; }

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

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

background-color css

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

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

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

border-color css

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

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

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