Html Css Color HEX #A47283 Tapestry

📋 copy color: '#A47283'

red 164 ◦ green 114 ◦ blue 131

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

Shades of Tapestry #A47283

Tints of Tapestry #A47283

RGB

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

 GREEN value IS 114 (44.92% from 255) = 27.87%

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

R = 40.1%
G = 27.87%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A47283 (or 0xA47283) is known color: Tapestry. HEX triplet: A4, 72 and 83. RGB value is (164,114,131). Sum of RGB (Red+Green+Blue) = 164+114+131=409 (54% of max value = 765). Red value is 164 (64.45% from 255 or 40.10% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 131 (51.56% from 255 or 32.03% from 409); Max value from RGB is 164 - color contains mainly: red. Hex color #A47283 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A47283 is #5B8D7C. Grayscale: #828282. Windows color (decimal): -5999997 or 8614564. OLE color: 8614564.

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

Color convert

RGB 164 114 131 -
CMYK 0 0.30 0.20 0.36
HSL 339.6º 0.22% 0.55% -
HSV(B) 339.6º 0.3% 0.64% -
XYZ 25.42 21.57 24.3 -
YUV 130.89 128.07 151.62 -
System Red Green Blue C M Y K H S L
Decimal 164 114 131 0 0.30 0.20 0.36 339.6 0.22 0.55
Hex A4 72 83 0 1E 14 24 154 16 37
Octal 244 162 203 0 36 24 44 524 26 67
Binary 10100100 1110010 10000011 0 11110 10100 100100 101010100 10110 110111

Color Harmonies of #A47283

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A47283

Black with #A47283

Text Example


Text Example

White with #A47283

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A47283; }

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

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

background-color css

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

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

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

border-color css

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

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

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