Html Css Color HEX #AA667D Tapestry

📋 copy color: '#AA667D'

red 170 ◦ green 102 ◦ blue 125

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

Shades of Tapestry #AA667D

Tints of Tapestry #AA667D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.49%

R = 42.82%
G = 25.69%
B = 31.49%

CMYK

 C value IS 0

 M value IS 0.4

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA667D (or 0xAA667D) is known color: Tapestry. HEX triplet: AA, 66 and 7D. RGB value is (170,102,125). Sum of RGB (Red+Green+Blue) = 170+102+125=397 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.82% from 397); Green value is 102 (40.23% from 255 or 25.69% from 397); Blue value is 125 (49.22% from 255 or 31.49% from 397); Max value from RGB is 170 - color contains mainly: red. Hex color #AA667D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AA667D is #559982. Grayscale: #7C7C7C. Windows color (decimal): -5609859 or 8218282. OLE color: 8218282.

HSL color Cylindrical-coordinate representation of color #AA667D: hue angle of 339.71º 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 #AA667D is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 102 125 -
CMYK 0 0.4 0.26 0.33
HSL 339.71º 0.29% 0.53% -
HSV(B) 339.71º 0.4% 0.67% -
XYZ 25.03 19.53 21.85 -
YUV 124.95 128.03 160.13 -
System Red Green Blue C M Y K H S L
Decimal 170 102 125 0 0.4 0.26 0.33 339.71 0.29 0.53
Hex AA 66 7D 0 28 1A 21 154 1D 35
Octal 252 146 175 0 50 32 41 524 35 65
Binary 10101010 1100110 1111101 0 101000 11010 100001 101010100 11101 110101

Color Harmonies of #AA667D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA667D

Black with #AA667D

Text Example


Text Example

White with #AA667D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA667D; }

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

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

background-color css

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

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

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

border-color css

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

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

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