Html Css Color HEX #A65F7A Tapestry

📋 copy color: '#A65F7A'

red 166 ◦ green 95 ◦ blue 122

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

Shades of Tapestry #A65F7A

Tints of Tapestry #A65F7A

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.8%

 BLUE value IS 122 (48.05% from 255) = 31.85%

R = 43.34%
G = 24.8%
B = 31.85%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.27

 K value IS 0.35

RGB Variations

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

Color information

#A65F7A (or 0xA65F7A) is known color: Tapestry. HEX triplet: A6, 5F and 7A. RGB value is (166,95,122). Sum of RGB (Red+Green+Blue) = 166+95+122=383 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.34% from 383); Green value is 95 (37.5% from 255 or 24.80% from 383); Blue value is 122 (48.05% from 255 or 31.85% from 383); Max value from RGB is 166 - color contains mainly: red. Hex color #A65F7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65F7A is #59A085. Grayscale: #777777. Windows color (decimal): -5873798 or 8019878. OLE color: 8019878.

HSL color Cylindrical-coordinate representation of color #A65F7A: hue angle of 337.18º 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 #A65F7A is Cyan = 0, Magento = 0.43, Yellow = 0.27 and Black (K on CMYK) = 0.35.

Color convert

RGB 166 95 122 -
CMYK 0 0.43 0.27 0.35
HSL 337.18º 0.29% 0.51% -
HSV(B) 337.18º 0.43% 0.65% -
XYZ 23.33 17.7 20.6 -
YUV 119.31 129.52 161.3 -
System Red Green Blue C M Y K H S L
Decimal 166 95 122 0 0.43 0.27 0.35 337.18 0.29 0.51
Hex A6 5F 7A 0 2B 1B 23 151 1D 33
Octal 246 137 172 0 53 33 43 521 35 63
Binary 10100110 1011111 1111010 0 101011 11011 100011 101010001 11101 110011

Color Harmonies of #A65F7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A65F7A

Black with #A65F7A

Text Example


Text Example

White with #A65F7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A65F7A; }

 p { color: rgb(166,95,122); }

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

background-color css

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

 a { background-color: rgb(166,95,122); }

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

border-color css

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

 span { border-color: rgb(166,95,122); }

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