Html Css Color HEX #A67985 Tapestry

📋 copy color: '#A67985'

red 166 ◦ green 121 ◦ blue 133

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

Shades of Tapestry #A67985

Tints of Tapestry #A67985

RGB

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

 GREEN value IS 121 (47.66% from 255) = 28.81%

 BLUE value IS 133 (52.34% from 255) = 31.67%

R = 39.52%
G = 28.81%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A67985 (or 0xA67985) is known color: Tapestry. HEX triplet: A6, 79 and 85. RGB value is (166,121,133). Sum of RGB (Red+Green+Blue) = 166+121+133=420 (55% of max value = 765). Red value is 166 (65.23% from 255 or 39.52% from 420); Green value is 121 (47.66% from 255 or 28.81% from 420); Blue value is 133 (52.34% from 255 or 31.67% from 420); Max value from RGB is 166 - color contains mainly: red. Hex color #A67985 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67985 is #59867A. Grayscale: #878787. Windows color (decimal): -5867131 or 8747430. OLE color: 8747430.

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

Color convert

RGB 166 121 133 -
CMYK 0 0.27 0.20 0.35
HSL 344º 0.2% 0.56% -
HSV(B) 344º 0.27% 0.65% -
XYZ 26.8 23.48 25.31 -
YUV 135.82 126.41 149.52 -
System Red Green Blue C M Y K H S L
Decimal 166 121 133 0 0.27 0.20 0.35 344 0.2 0.56
Hex A6 79 85 0 1B 14 23 158 14 38
Octal 246 171 205 0 33 24 43 530 24 70
Binary 10100110 1111001 10000101 0 11011 10100 100011 101011000 10100 111000

Color Harmonies of #A67985

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67985

Black with #A67985

Text Example


Text Example

White with #A67985

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67985; }

 p { color: rgb(166,121,133); }

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

background-color css

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

 a { background-color: rgb(166,121,133); }

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

border-color css

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

 span { border-color: rgb(166,121,133); }

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