Html Css Color HEX #A47483 Tapestry

📋 copy color: '#A47483'

red 164 ◦ green 116 ◦ blue 131

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

Shades of Tapestry #A47483

Tints of Tapestry #A47483

RGB

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

 GREEN value IS 116 (45.7% from 255) = 28.22%

 BLUE value IS 131 (51.56% from 255) = 31.87%

R = 39.9%
G = 28.22%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A47483 (or 0xA47483) is known color: Tapestry. HEX triplet: A4, 74 and 83. RGB value is (164,116,131). Sum of RGB (Red+Green+Blue) = 164+116+131=411 (54% of max value = 765). Red value is 164 (64.45% from 255 or 39.90% from 411); Green value is 116 (45.70% from 255 or 28.22% from 411); Blue value is 131 (51.56% from 255 or 31.87% from 411); Max value from RGB is 164 - color contains mainly: red. Hex color #A47483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47483 is #5B8B7C. Grayscale: #848484. Windows color (decimal): -5999485 or 8615076. OLE color: 8615076.

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

Color convert

RGB 164 116 131 -
CMYK 0 0.29 0.20 0.36
HSL 341.25º 0.21% 0.55% -
HSV(B) 341.25º 0.29% 0.64% -
XYZ 25.65 22.02 24.37 -
YUV 132.06 127.4 150.78 -
System Red Green Blue C M Y K H S L
Decimal 164 116 131 0 0.29 0.20 0.36 341.25 0.21 0.55
Hex A4 74 83 0 1D 14 24 155 15 37
Octal 244 164 203 0 35 24 44 525 25 67
Binary 10100100 1110100 10000011 0 11101 10100 100100 101010101 10101 110111

Color Harmonies of #A47483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47483

Black with #A47483

Text Example


Text Example

White with #A47483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47483; }

 p { color: rgb(164,116,131); }

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

background-color css

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

 a { background-color: rgb(164,116,131); }

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

border-color css

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

 span { border-color: rgb(164,116,131); }

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