Html Css Color HEX #A47185 Tapestry

📋 copy color: '#A47185'

red 164 ◦ green 113 ◦ blue 133

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

Shades of Tapestry #A47185

Tints of Tapestry #A47185

RGB

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

 GREEN value IS 113 (44.53% from 255) = 27.56%

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

R = 40%
G = 27.56%
B = 32.44%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.36

RGB Variations

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

Color information

#A47185 (or 0xA47185) is known color: Tapestry. HEX triplet: A4, 71 and 85. RGB value is (164,113,133). Sum of RGB (Red+Green+Blue) = 164+113+133=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 113 (44.53% from 255 or 27.56% from 410); Blue value is 133 (52.34% from 255 or 32.44% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A47185 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47185 is #5B8E7A. Grayscale: #828282. Windows color (decimal): -6000251 or 8745380. OLE color: 8745380.

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

Color convert

RGB 164 113 133 -
CMYK 0 0.31 0.19 0.36
HSL 336.47º 0.22% 0.54% -
HSV(B) 336.47º 0.31% 0.64% -
XYZ 25.45 21.4 24.98 -
YUV 130.53 129.4 151.87 -
System Red Green Blue C M Y K H S L
Decimal 164 113 133 0 0.31 0.19 0.36 336.47 0.22 0.54
Hex A4 71 85 0 1F 13 24 150 16 36
Octal 244 161 205 0 37 23 44 520 26 66
Binary 10100100 1110001 10000101 0 11111 10011 100100 101010000 10110 110110

Color Harmonies of #A47185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47185

Black with #A47185

Text Example


Text Example

White with #A47185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47185; }

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

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

background-color css

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

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

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

border-color css

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

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

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