Html Css Color HEX #A67488 Tapestry

📋 copy color: '#A67488'

red 166 ◦ green 116 ◦ blue 136

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

Shades of Tapestry #A67488

Tints of Tapestry #A67488

RGB

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

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

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

R = 39.71%
G = 27.75%
B = 32.54%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.18

 K value IS 0.35

RGB Variations

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

Color information

#A67488 (or 0xA67488) is known color: Tapestry. HEX triplet: A6, 74 and 88. RGB value is (166,116,136). Sum of RGB (Red+Green+Blue) = 166+116+136=418 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.71% from 418); Green value is 116 (45.70% from 255 or 27.75% from 418); Blue value is 136 (53.52% from 255 or 32.54% from 418); Max value from RGB is 166 - color contains mainly: red. Hex color #A67488 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67488 is #598B77. Grayscale: #858585. Windows color (decimal): -5868408 or 8942758. OLE color: 8942758.

HSL color Cylindrical-coordinate representation of color #A67488: hue angle of 336º degrees, saturation: 0.22, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A67488 is Cyan = 0, Magento = 0.30, Yellow = 0.18 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 116 136 -
CMYK 0 0.30 0.18 0.35
HSL 336º 0.22% 0.55% -
HSV(B) 336º 0.3% 0.65% -
XYZ 26.42 22.38 26.22 -
YUV 133.23 129.57 151.37 -
System Red Green Blue C M Y K H S L
Decimal 166 116 136 0 0.30 0.18 0.35 336 0.22 0.55
Hex A6 74 88 0 1E 12 23 150 16 37
Octal 246 164 210 0 36 22 43 520 26 67
Binary 10100110 1110100 10001000 0 11110 10010 100011 101010000 10110 110111

Color Harmonies of #A67488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67488

Black with #A67488

Text Example


Text Example

White with #A67488

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67488; }

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

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

background-color css

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

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

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

border-color css

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

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

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