Html Css Color HEX #AA607B Tapestry

📋 copy color: '#AA607B'

red 170 ◦ green 96 ◦ blue 123

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

Shades of Tapestry #AA607B

Tints of Tapestry #AA607B

RGB

 RED value IS 170 (66.8% from 255) = 43.7%

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

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

R = 43.7%
G = 24.68%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA607B (or 0xAA607B) is known color: Tapestry. HEX triplet: AA, 60 and 7B. RGB value is (170,96,123). Sum of RGB (Red+Green+Blue) = 170+96+123=389 (51% of max value = 765). Red value is 170 (66.80% from 255 or 43.70% from 389); Green value is 96 (37.89% from 255 or 24.68% from 389); Blue value is 123 (48.44% from 255 or 31.62% from 389); Max value from RGB is 170 - color contains mainly: red. Hex color #AA607B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA607B is #559F84. Grayscale: #797979. Windows color (decimal): -5611397 or 8085674. OLE color: 8085674.

HSL color Cylindrical-coordinate representation of color #AA607B: hue angle of 338.11º degrees, saturation: 0.3, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #AA607B is Cyan = 0, Magento = 0.44, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 96 123 -
CMYK 0 0.44 0.28 0.33
HSL 338.11º 0.3% 0.52% -
HSV(B) 338.11º 0.44% 0.67% -
XYZ 24.34 18.34 21 -
YUV 121.2 129.02 162.8 -
System Red Green Blue C M Y K H S L
Decimal 170 96 123 0 0.44 0.28 0.33 338.11 0.3 0.52
Hex AA 60 7B 0 2C 1C 21 152 1E 34
Octal 252 140 173 0 54 34 41 522 36 64
Binary 10101010 1100000 1111011 0 101100 11100 100001 101010010 11110 110100

Color Harmonies of #AA607B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA607B

Black with #AA607B

Text Example


Text Example

White with #AA607B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA607B; }

 p { color: rgb(170,96,123); }

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

background-color css

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

 a { background-color: rgb(170,96,123); }

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

border-color css

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

 span { border-color: rgb(170,96,123); }

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