Html Css Color HEX #AB6078 Tapestry

📋 copy color: '#AB6078'

red 171 ◦ green 96 ◦ blue 120

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

Shades of Tapestry #AB6078

Tints of Tapestry #AB6078

RGB

 RED value IS 171 (67.19% from 255) = 44.19%

 GREEN value IS 96 (37.89% from 255) = 24.81%

 BLUE value IS 120 (47.27% from 255) = 31.01%

R = 44.19%
G = 24.81%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.30

 K value IS 0.33

RGB Variations

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

Color information

#AB6078 (or 0xAB6078) is known color: Tapestry. HEX triplet: AB, 60 and 78. RGB value is (171,96,120). Sum of RGB (Red+Green+Blue) = 171+96+120=387 (51% of max value = 765). Red value is 171 (67.19% from 255 or 44.19% from 387); Green value is 96 (37.89% from 255 or 24.81% from 387); Blue value is 120 (47.27% from 255 or 31.01% from 387); Max value from RGB is 171 - color contains mainly: red. Hex color #AB6078 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AB6078 is #549F87. Grayscale: #797979. Windows color (decimal): -5545864 or 7889067. OLE color: 7889067.

HSL color Cylindrical-coordinate representation of color #AB6078: hue angle of 340.8º degrees, saturation: 0.31, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AB6078 is Cyan = 0, Magento = 0.44, Yellow = 0.30 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 96 120 -
CMYK 0 0.44 0.30 0.33
HSL 340.8º 0.31% 0.52% -
HSV(B) 340.8º 0.44% 0.67% -
XYZ 24.37 18.38 20.03 -
YUV 121.16 127.35 163.55 -
System Red Green Blue C M Y K H S L
Decimal 171 96 120 0 0.44 0.30 0.33 340.8 0.31 0.52
Hex AB 60 78 0 2C 1E 21 155 1F 34
Octal 253 140 170 0 54 36 41 525 37 64
Binary 10101011 1100000 1111000 0 101100 11110 100001 101010101 11111 110100

Color Harmonies of #AB6078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB6078

Black with #AB6078

Text Example


Text Example

White with #AB6078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB6078; }

 p { color: rgb(171,96,120); }

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

background-color css

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

 a { background-color: rgb(171,96,120); }

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

border-color css

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

 span { border-color: rgb(171,96,120); }

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