Html Css Color HEX #A47685 Tapestry

📋 copy color: '#A47685'

red 164 ◦ green 118 ◦ blue 133

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

Shades of Tapestry #A47685

Tints of Tapestry #A47685

RGB

 RED value IS 164 (64.45% from 255) = 39.52%

 GREEN value IS 118 (46.48% from 255) = 28.43%

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

R = 39.52%
G = 28.43%
B = 32.05%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A47685 (or 0xA47685) is known color: Tapestry. HEX triplet: A4, 76 and 85. RGB value is (164,118,133). Sum of RGB (Red+Green+Blue) = 164+118+133=415 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.52% from 415); Green value is 118 (46.48% from 255 or 28.43% from 415); Blue value is 133 (52.34% from 255 or 32.05% from 415); Max value from RGB is 164 - color contains mainly: red. Hex color #A47685 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47685 is #5B897A. Grayscale: #858585. Windows color (decimal): -5998971 or 8746660. OLE color: 8746660.

HSL color Cylindrical-coordinate representation of color #A47685: hue angle of 340.43º degrees, saturation: 0.2, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A47685 is Cyan = 0, Magento = 0.28, Yellow = 0.19 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 118 133 -
CMYK 0 0.28 0.19 0.36
HSL 340.43º 0.2% 0.55% -
HSV(B) 340.43º 0.28% 0.64% -
XYZ 26.02 22.54 25.17 -
YUV 133.46 127.74 149.78 -
System Red Green Blue C M Y K H S L
Decimal 164 118 133 0 0.28 0.19 0.36 340.43 0.2 0.55
Hex A4 76 85 0 1C 13 24 154 14 37
Octal 244 166 205 0 34 23 44 524 24 67
Binary 10100100 1110110 10000101 0 11100 10011 100100 101010100 10100 110111

Color Harmonies of #A47685

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47685

Black with #A47685

Text Example


Text Example

White with #A47685

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47685; }

 p { color: rgb(164,118,133); }

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

background-color css

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

 a { background-color: rgb(164,118,133); }

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

border-color css

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

 span { border-color: rgb(164,118,133); }

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