Html Css Color HEX #AE6B7D Tapestry

📋 copy color: '#AE6B7D'

red 174 ◦ green 107 ◦ blue 125

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

Shades of Tapestry #AE6B7D

Tints of Tapestry #AE6B7D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 26.35%

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

R = 42.86%
G = 26.35%
B = 30.79%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE6B7D (or 0xAE6B7D) is known color: Tapestry. HEX triplet: AE, 6B and 7D. RGB value is (174,107,125). Sum of RGB (Red+Green+Blue) = 174+107+125=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 107 (42.19% from 255 or 26.35% from 406); Blue value is 125 (49.22% from 255 or 30.79% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6B7D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE6B7D is #519482. Grayscale: #818181. Windows color (decimal): -5346435 or 8219566. OLE color: 8219566.

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

Color convert

RGB 174 107 125 -
CMYK 0 0.39 0.28 0.32
HSL 343.88º 0.29% 0.55% -
HSV(B) 343.88º 0.39% 0.68% -
XYZ 26.41 20.99 22.06 -
YUV 129.09 125.7 160.04 -
System Red Green Blue C M Y K H S L
Decimal 174 107 125 0 0.39 0.28 0.32 343.88 0.29 0.55
Hex AE 6B 7D 0 27 1C 20 158 1D 37
Octal 256 153 175 0 47 34 40 530 35 67
Binary 10101110 1101011 1111101 0 100111 11100 100000 101011000 11101 110111

Color Harmonies of #AE6B7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6B7D

Black with #AE6B7D

Text Example


Text Example

White with #AE6B7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6B7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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