Html Css Color HEX #AE6C7D Tapestry

📋 copy color: '#AE6C7D'

red 174 ◦ green 108 ◦ blue 125

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

Shades of Tapestry #AE6C7D

Tints of Tapestry #AE6C7D

RGB

 RED value IS 174 (68.36% from 255) = 42.75%

 GREEN value IS 108 (42.58% from 255) = 26.54%

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

R = 42.75%
G = 26.54%
B = 30.71%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE6C7D (or 0xAE6C7D) is known color: Tapestry. HEX triplet: AE, 6C and 7D. RGB value is (174,108,125). Sum of RGB (Red+Green+Blue) = 174+108+125=407 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.75% from 407); Green value is 108 (42.58% from 255 or 26.54% from 407); Blue value is 125 (49.22% from 255 or 30.71% from 407); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6C7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6C7D is #519382. Grayscale: #818181. Windows color (decimal): -5346179 or 8219822. OLE color: 8219822.

HSL color Cylindrical-coordinate representation of color #AE6C7D: hue angle of 344.55º degrees, saturation: 0.29, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #AE6C7D is Cyan = 0, Magento = 0.38, Yellow = 0.28 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 108 125 -
CMYK 0 0.38 0.28 0.32
HSL 344.55º 0.29% 0.55% -
HSV(B) 344.55º 0.38% 0.68% -
XYZ 26.52 21.2 22.1 -
YUV 129.67 125.37 159.62 -
System Red Green Blue C M Y K H S L
Decimal 174 108 125 0 0.38 0.28 0.32 344.55 0.29 0.55
Hex AE 6C 7D 0 26 1C 20 159 1D 37
Octal 256 154 175 0 46 34 40 531 35 67
Binary 10101110 1101100 1111101 0 100110 11100 100000 101011001 11101 110111

Color Harmonies of #AE6C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6C7D

Black with #AE6C7D

Text Example


Text Example

White with #AE6C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6C7D; }

 p { color: rgb(174,108,125); }

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

background-color css

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

 a { background-color: rgb(174,108,125); }

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

border-color css

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

 span { border-color: rgb(174,108,125); }

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