Html Css Color HEX #A65E7B Tapestry

📋 copy color: '#A65E7B'

red 166 ◦ green 94 ◦ blue 123

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

Shades of Tapestry #A65E7B

Tints of Tapestry #A65E7B

RGB

 RED value IS 166 (65.23% from 255) = 43.34%

 GREEN value IS 94 (37.11% from 255) = 24.54%

 BLUE value IS 123 (48.44% from 255) = 32.11%

R = 43.34%
G = 24.54%
B = 32.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.26

 K value IS 0.35

RGB Variations

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

Color information

#A65E7B (or 0xA65E7B) is known color: Tapestry. HEX triplet: A6, 5E and 7B. RGB value is (166,94,123). Sum of RGB (Red+Green+Blue) = 166+94+123=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 94 (37.11% from 255 or 24.54% from 383); Blue value is 123 (48.44% from 255 or 32.11% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A65E7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65E7B is #59A184. Grayscale: #767676. Windows color (decimal): -5874053 or 8085158. OLE color: 8085158.

HSL color Cylindrical-coordinate representation of color #A65E7B: hue angle of 335.83º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A65E7B is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 94 123 -
CMYK 0 0.43 0.26 0.35
HSL 335.83º 0.29% 0.51% -
HSV(B) 335.83º 0.43% 0.65% -
XYZ 23.3 17.54 20.9 -
YUV 118.83 130.35 161.64 -
System Red Green Blue C M Y K H S L
Decimal 166 94 123 0 0.43 0.26 0.35 335.83 0.29 0.51
Hex A6 5E 7B 0 2B 1A 23 150 1D 33
Octal 246 136 173 0 53 32 43 520 35 63
Binary 10100110 1011110 1111011 0 101011 11010 100011 101010000 11101 110011

Color Harmonies of #A65E7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65E7B

Black with #A65E7B

Text Example


Text Example

White with #A65E7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65E7B; }

 p { color: rgb(166,94,123); }

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

background-color css

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

 a { background-color: rgb(166,94,123); }

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

border-color css

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

 span { border-color: rgb(166,94,123); }

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