Html Css Color HEX #A46C83 Tapestry

📋 copy color: '#A46C83'

red 164 ◦ green 108 ◦ blue 131

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

Shades of Tapestry #A46C83

Tints of Tapestry #A46C83

RGB

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

 GREEN value IS 108 (42.58% from 255) = 26.8%

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

R = 40.69%
G = 26.8%
B = 32.51%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.20

 K value IS 0.36

RGB Variations

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

Color information

#A46C83 (or 0xA46C83) is known color: Tapestry. HEX triplet: A4, 6C and 83. RGB value is (164,108,131). Sum of RGB (Red+Green+Blue) = 164+108+131=403 (53% of max value = 765). Red value is 164 (64.45% from 255 or 40.69% from 403); Green value is 108 (42.58% from 255 or 26.80% from 403); Blue value is 131 (51.56% from 255 or 32.51% from 403); Max value from RGB is 164 - color contains mainly: red. Hex color #A46C83 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A46C83 is #5B937C. Grayscale: #7F7F7F. Windows color (decimal): -6001533 or 8613028. OLE color: 8613028.

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

Color convert

RGB 164 108 131 -
CMYK 0 0.34 0.20 0.36
HSL 335.36º 0.24% 0.53% -
HSV(B) 335.36º 0.34% 0.64% -
XYZ 24.77 20.26 24.08 -
YUV 127.37 130.05 154.13 -
System Red Green Blue C M Y K H S L
Decimal 164 108 131 0 0.34 0.20 0.36 335.36 0.24 0.53
Hex A4 6C 83 0 22 14 24 14F 18 35
Octal 244 154 203 0 42 24 44 517 30 65
Binary 10100100 1101100 10000011 0 100010 10100 100100 101001111 11000 110101

Color Harmonies of #A46C83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A46C83

Black with #A46C83

Text Example


Text Example

White with #A46C83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A46C83; }

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

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

background-color css

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

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

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

border-color css

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

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

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