Html Css Color HEX #A67281 Tapestry

📋 copy color: '#A67281'

red 166 ◦ green 114 ◦ blue 129

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

Shades of Tapestry #A67281

Tints of Tapestry #A67281

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.87%

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

R = 40.59%
G = 27.87%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.22

 K value IS 0.35

RGB Variations

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

Color information

#A67281 (or 0xA67281) is known color: Tapestry. HEX triplet: A6, 72 and 81. RGB value is (166,114,129). Sum of RGB (Red+Green+Blue) = 166+114+129=409 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.59% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 129 (50.78% from 255 or 31.54% from 409); Max value from RGB is 166 - color contains mainly: red. Hex color #A67281 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67281 is #598D7E. Grayscale: #838383. Windows color (decimal): -5868927 or 8483494. OLE color: 8483494.

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

Color convert

RGB 166 114 129 -
CMYK 0 0.31 0.22 0.35
HSL 342.69º 0.23% 0.55% -
HSV(B) 342.69º 0.31% 0.65% -
XYZ 25.71 21.73 23.61 -
YUV 131.26 126.73 152.78 -
System Red Green Blue C M Y K H S L
Decimal 166 114 129 0 0.31 0.22 0.35 342.69 0.23 0.55
Hex A6 72 81 0 1F 16 23 157 17 37
Octal 246 162 201 0 37 26 43 527 27 67
Binary 10100110 1110010 10000001 0 11111 10110 100011 101010111 10111 110111

Color Harmonies of #A67281

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67281

Black with #A67281

Text Example


Text Example

White with #A67281

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67281; }

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

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

background-color css

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

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

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

border-color css

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

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

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