Html Css Color HEX #A67385 Tapestry

📋 copy color: '#A67385'

red 166 ◦ green 115 ◦ blue 133

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

Shades of Tapestry #A67385

Tints of Tapestry #A67385

RGB

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

 GREEN value IS 115 (45.31% from 255) = 27.78%

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

R = 40.1%
G = 27.78%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.20

 K value IS 0.35

RGB Variations

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

Color information

#A67385 (or 0xA67385) is known color: Tapestry. HEX triplet: A6, 73 and 85. RGB value is (166,115,133). Sum of RGB (Red+Green+Blue) = 166+115+133=414 (54% of max value = 765). Red value is 166 (65.23% from 255 or 40.10% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 133 (52.34% from 255 or 32.13% from 414); Max value from RGB is 166 - color contains mainly: red. Hex color #A67385 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A67385 is #598C7A. Grayscale: #848484. Windows color (decimal): -5868667 or 8745894. OLE color: 8745894.

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

Color convert

RGB 166 115 133 -
CMYK 0 0.31 0.20 0.35
HSL 338.82º 0.22% 0.55% -
HSV(B) 338.82º 0.31% 0.65% -
XYZ 26.09 22.06 25.07 -
YUV 132.3 128.4 152.04 -
System Red Green Blue C M Y K H S L
Decimal 166 115 133 0 0.31 0.20 0.35 338.82 0.22 0.55
Hex A6 73 85 0 1F 14 23 153 16 37
Octal 246 163 205 0 37 24 43 523 26 67
Binary 10100110 1110011 10000101 0 11111 10100 100011 101010011 10110 110111

Color Harmonies of #A67385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A67385

Black with #A67385

Text Example


Text Example

White with #A67385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A67385; }

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

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

background-color css

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

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

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

border-color css

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

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

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