Html Css Color HEX #A8607E Tapestry

📋 copy color: '#A8607E'

red 168 ◦ green 96 ◦ blue 126

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

Shades of Tapestry #A8607E

Tints of Tapestry #A8607E

RGB

 RED value IS 168 (66.02% from 255) = 43.08%

 GREEN value IS 96 (37.89% from 255) = 24.62%

 BLUE value IS 126 (49.61% from 255) = 32.31%

R = 43.08%
G = 24.62%
B = 32.31%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.34

RGB Variations

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

Color information

#A8607E (or 0xA8607E) is known color: Tapestry. HEX triplet: A8, 60 and 7E. RGB value is (168,96,126). Sum of RGB (Red+Green+Blue) = 168+96+126=390 (51% of max value = 765). Red value is 168 (66.02% from 255 or 43.08% from 390); Green value is 96 (37.89% from 255 or 24.62% from 390); Blue value is 126 (49.61% from 255 or 32.31% from 390); Max value from RGB is 168 - color contains mainly: red. Hex color #A8607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8607E is #579F81. Grayscale: #787878. Windows color (decimal): -5742466 or 8282280. OLE color: 8282280.

HSL color Cylindrical-coordinate representation of color #A8607E: hue angle of 335º degrees, saturation: 0.29, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A8607E is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB 168 96 126 -
CMYK 0 0.43 0.25 0.34
HSL 335º 0.29% 0.52% -
HSV(B) 335º 0.43% 0.66% -
XYZ 24.1 18.2 21.98 -
YUV 120.95 130.85 161.56 -
System Red Green Blue C M Y K H S L
Decimal 168 96 126 0 0.43 0.25 0.34 335 0.29 0.52
Hex A8 60 7E 0 2B 19 22 14F 1D 34
Octal 250 140 176 0 53 31 42 517 35 64
Binary 10101000 1100000 1111110 0 101011 11001 100010 101001111 11101 110100

Color Harmonies of #A8607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A8607E

Black with #A8607E

Text Example


Text Example

White with #A8607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A8607E; }

 p { color: rgb(168,96,126); }

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

background-color css

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

 a { background-color: rgb(168,96,126); }

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

border-color css

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

 span { border-color: rgb(168,96,126); }

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