Html Css Color HEX #AB7C85 Tapestry

📋 copy color: '#AB7C85'

red 171 ◦ green 124 ◦ blue 133

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

Shades of Tapestry #AB7C85

Tints of Tapestry #AB7C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.97%

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

R = 39.95%
G = 28.97%
B = 31.07%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AB7C85 (or 0xAB7C85) is known color: Tapestry. HEX triplet: AB, 7C and 85. RGB value is (171,124,133). Sum of RGB (Red+Green+Blue) = 171+124+133=428 (56% of max value = 765). Red value is 171 (67.19% from 255 or 39.95% from 428); Green value is 124 (48.83% from 255 or 28.97% from 428); Blue value is 133 (52.34% from 255 or 31.07% from 428); Max value from RGB is 171 - color contains mainly: red. Hex color #AB7C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AB7C85 is #54837A. Grayscale: #8B8B8B. Windows color (decimal): -5538683 or 8748203. OLE color: 8748203.

HSL color Cylindrical-coordinate representation of color #AB7C85: hue angle of 348.51º degrees, saturation: 0.22, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AB7C85 is Cyan = 0, Magento = 0.27, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB 171 124 133 -
CMYK 0 0.27 0.22 0.33
HSL 348.51º 0.22% 0.58% -
HSV(B) 348.51º 0.27% 0.67% -
XYZ 28.24 24.77 25.48 -
YUV 139.08 124.57 150.77 -
System Red Green Blue C M Y K H S L
Decimal 171 124 133 0 0.27 0.22 0.33 348.51 0.22 0.58
Hex AB 7C 85 0 1B 16 21 15D 16 3A
Octal 253 174 205 0 33 26 41 535 26 72
Binary 10101011 1111100 10000101 0 11011 10110 100001 101011101 10110 111010

Color Harmonies of #AB7C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AB7C85

Black with #AB7C85

Text Example


Text Example

White with #AB7C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AB7C85; }

 p { color: rgb(171,124,133); }

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

background-color css

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

 a { background-color: rgb(171,124,133); }

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

border-color css

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

 span { border-color: rgb(171,124,133); }

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