Html Css Color HEX #AA667B Tapestry

📋 copy color: '#AA667B'

red 170 ◦ green 102 ◦ blue 123

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

Shades of Tapestry #AA667B

Tints of Tapestry #AA667B

RGB

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

 GREEN value IS 102 (40.23% from 255) = 25.82%

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

R = 43.04%
G = 25.82%
B = 31.14%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA667B (or 0xAA667B) is known color: Tapestry. HEX triplet: AA, 66 and 7B. RGB value is (170,102,123). Sum of RGB (Red+Green+Blue) = 170+102+123=395 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.04% from 395); Green value is 102 (40.23% from 255 or 25.82% from 395); Blue value is 123 (48.44% from 255 or 31.14% from 395); Max value from RGB is 170 - color contains mainly: red. Hex color #AA667B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA667B is #559984. Grayscale: #7C7C7C. Windows color (decimal): -5609861 or 8087210. OLE color: 8087210.

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

Color convert

RGB 170 102 123 -
CMYK 0 0.4 0.28 0.33
HSL 341.47º 0.29% 0.53% -
HSV(B) 341.47º 0.4% 0.67% -
XYZ 24.9 19.48 21.19 -
YUV 124.73 127.03 160.29 -
System Red Green Blue C M Y K H S L
Decimal 170 102 123 0 0.4 0.28 0.33 341.47 0.29 0.53
Hex AA 66 7B 0 28 1C 21 155 1D 35
Octal 252 146 173 0 50 34 41 525 35 65
Binary 10101010 1100110 1111011 0 101000 11100 100001 101010101 11101 110101

Color Harmonies of #AA667B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA667B

Black with #AA667B

Text Example


Text Example

White with #AA667B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA667B; }

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

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

background-color css

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

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

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

border-color css

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

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

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