Html Css Color HEX #A67081 Tapestry

📋 copy color: '#A67081'

red 166 ◦ green 112 ◦ blue 129

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

Shades of Tapestry #A67081

Tints of Tapestry #A67081

RGB

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

 GREEN value IS 112 (44.14% from 255) = 27.52%

 BLUE value IS 129 (50.78% from 255) = 31.7%

R = 40.79%
G = 27.52%
B = 31.7%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A67081 (or 0xA67081) is known color: Tapestry. HEX triplet: A6, 70 and 81. RGB value is (166,112,129). Sum of RGB (Red+Green+Blue) = 166+112+129=407 (53% of max value = 765). Red value is 166 (65.23% from 255 or 40.79% from 407); Green value is 112 (44.14% from 255 or 27.52% from 407); Blue value is 129 (50.78% from 255 or 31.70% from 407); Max value from RGB is 166 - color contains mainly: red. Hex color #A67081 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67081 is #598F7E. Grayscale: #828282. Windows color (decimal): -5869439 or 8482982. OLE color: 8482982.

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

Color convert

RGB 166 112 129 -
CMYK 0 0.33 0.22 0.35
HSL 341.11º 0.23% 0.55% -
HSV(B) 341.11º 0.33% 0.65% -
XYZ 25.48 21.28 23.53 -
YUV 130.08 127.39 153.62 -
System Red Green Blue C M Y K H S L
Decimal 166 112 129 0 0.33 0.22 0.35 341.11 0.23 0.55
Hex A6 70 81 0 21 16 23 155 17 37
Octal 246 160 201 0 41 26 43 525 27 67
Binary 10100110 1110000 10000001 0 100001 10110 100011 101010101 10111 110111

Color Harmonies of #A67081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67081

Black with #A67081

Text Example


Text Example

White with #A67081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67081; }

 p { color: rgb(166,112,129); }

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

background-color css

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

 a { background-color: rgb(166,112,129); }

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

border-color css

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

 span { border-color: rgb(166,112,129); }

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