Html Css Color HEX #A67888 Tapestry

📋 copy color: '#A67888'

red 166 ◦ green 120 ◦ blue 136

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

Shades of Tapestry #A67888

Tints of Tapestry #A67888

RGB

 RED value IS 166 (65.23% from 255) = 39.34%

 GREEN value IS 120 (47.27% from 255) = 28.44%

 BLUE value IS 136 (53.52% from 255) = 32.23%

R = 39.34%
G = 28.44%
B = 32.23%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A67888 (or 0xA67888) is known color: Tapestry. HEX triplet: A6, 78 and 88. RGB value is (166,120,136). Sum of RGB (Red+Green+Blue) = 166+120+136=422 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.34% from 422); Green value is 120 (47.27% from 255 or 28.44% from 422); Blue value is 136 (53.52% from 255 or 32.23% from 422); Max value from RGB is 166 - color contains mainly: red. Hex color #A67888 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67888 is #598777. Grayscale: #878787. Windows color (decimal): -5867384 or 8943782. OLE color: 8943782.

HSL color Cylindrical-coordinate representation of color #A67888: hue angle of 339.13º degrees, saturation: 0.21, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A67888 is Cyan = 0, Magento = 0.28, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 120 136 -
CMYK 0 0.28 0.18 0.35
HSL 339.13º 0.21% 0.56% -
HSV(B) 339.13º 0.28% 0.65% -
XYZ 26.89 23.32 26.38 -
YUV 135.58 128.24 149.7 -
System Red Green Blue C M Y K H S L
Decimal 166 120 136 0 0.28 0.18 0.35 339.13 0.21 0.56
Hex A6 78 88 0 1C 12 23 153 15 38
Octal 246 170 210 0 34 22 43 523 25 70
Binary 10100110 1111000 10001000 0 11100 10010 100011 101010011 10101 111000

Color Harmonies of #A67888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67888

Black with #A67888

Text Example


Text Example

White with #A67888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67888; }

 p { color: rgb(166,120,136); }

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

background-color css

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

 a { background-color: rgb(166,120,136); }

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

border-color css

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

 span { border-color: rgb(166,120,136); }

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