Html Css Color HEX #A67289 Tapestry

📋 copy color: '#A67289'

red 166 ◦ green 114 ◦ blue 137

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

Shades of Tapestry #A67289

Tints of Tapestry #A67289

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 32.85%

R = 39.81%
G = 27.34%
B = 32.85%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.17

 K value IS 0.35

RGB Variations

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

Color information

#A67289 (or 0xA67289) is known color: Tapestry. HEX triplet: A6, 72 and 89. RGB value is (166,114,137). Sum of RGB (Red+Green+Blue) = 166+114+137=417 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.81% from 417); Green value is 114 (44.92% from 255 or 27.34% from 417); Blue value is 137 (53.91% from 255 or 32.85% from 417); Max value from RGB is 166 - color contains mainly: red. Hex color #A67289 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67289 is #598D76. Grayscale: #848484. Windows color (decimal): -5868919 or 9007782. OLE color: 9007782.

HSL color Cylindrical-coordinate representation of color #A67289: hue angle of 333.46º 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 #A67289 is Cyan = 0, Magento = 0.31, Yellow = 0.17 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 114 137 -
CMYK 0 0.31 0.17 0.35
HSL 333.46º 0.23% 0.55% -
HSV(B) 333.46º 0.31% 0.65% -
XYZ 26.26 21.95 26.52 -
YUV 132.17 130.73 152.13 -
System Red Green Blue C M Y K H S L
Decimal 166 114 137 0 0.31 0.17 0.35 333.46 0.23 0.55
Hex A6 72 89 0 1F 11 23 14D 17 37
Octal 246 162 211 0 37 21 43 515 27 67
Binary 10100110 1110010 10001001 0 11111 10001 100011 101001101 10111 110111

Color Harmonies of #A67289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67289

Black with #A67289

Text Example


Text Example

White with #A67289

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67289; }

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

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

background-color css

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

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

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

border-color css

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

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

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