Html Css Color HEX #A47581 Tapestry

📋 copy color: '#A47581'

red 164 ◦ green 117 ◦ blue 129

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

Shades of Tapestry #A47581

Tints of Tapestry #A47581

RGB

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

 GREEN value IS 117 (46.09% from 255) = 28.54%

 BLUE value IS 129 (50.78% from 255) = 31.46%

R = 40%
G = 28.54%
B = 31.46%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.21

 K value IS 0.36

RGB Variations

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

Color information

#A47581 (or 0xA47581) is known color: Tapestry. HEX triplet: A4, 75 and 81. RGB value is (164,117,129). Sum of RGB (Red+Green+Blue) = 164+117+129=410 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40% from 410); Green value is 117 (46.09% from 255 or 28.54% from 410); Blue value is 129 (50.78% from 255 or 31.46% from 410); Max value from RGB is 164 - color contains mainly: red. Hex color #A47581 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47581 is #5B8A7E. Grayscale: #848484. Windows color (decimal): -5999231 or 8484260. OLE color: 8484260.

HSL color Cylindrical-coordinate representation of color #A47581: hue angle of 344.68º 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 #A47581 is Cyan = 0, Magento = 0.29, Yellow = 0.21 and Black (K on CMYK) = 0.36.

Color convert

RGB 164 117 129 -
CMYK 0 0.29 0.21 0.36
HSL 344.68º 0.21% 0.55% -
HSV(B) 344.68º 0.29% 0.64% -
XYZ 25.63 22.2 23.7 -
YUV 132.42 126.07 150.52 -
System Red Green Blue C M Y K H S L
Decimal 164 117 129 0 0.29 0.21 0.36 344.68 0.21 0.55
Hex A4 75 81 0 1D 15 24 159 15 37
Octal 244 165 201 0 35 25 44 531 25 67
Binary 10100100 1110101 10000001 0 11101 10101 100100 101011001 10101 110111

Color Harmonies of #A47581

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47581

Black with #A47581

Text Example


Text Example

White with #A47581

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47581; }

 p { color: rgb(164,117,129); }

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

background-color css

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

 a { background-color: rgb(164,117,129); }

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

border-color css

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

 span { border-color: rgb(164,117,129); }

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