Html Css Color HEX #AE697D Tapestry

📋 copy color: '#AE697D'

red 174 ◦ green 105 ◦ blue 125

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

Shades of Tapestry #AE697D

Tints of Tapestry #AE697D

RGB

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

 GREEN value IS 105 (41.41% from 255) = 25.99%

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

R = 43.07%
G = 25.99%
B = 30.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE697D (or 0xAE697D) is known color: Tapestry. HEX triplet: AE, 69 and 7D. RGB value is (174,105,125). Sum of RGB (Red+Green+Blue) = 174+105+125=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 105 (41.41% from 255 or 25.99% from 404); Blue value is 125 (49.22% from 255 or 30.94% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE697D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE697D is #519682. Grayscale: #7F7F7F. Windows color (decimal): -5346947 or 8219054. OLE color: 8219054.

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

Color convert

RGB 174 105 125 -
CMYK 0 0.40 0.28 0.32
HSL 342.61º 0.3% 0.55% -
HSV(B) 342.61º 0.4% 0.68% -
XYZ 26.21 20.58 21.99 -
YUV 127.91 126.36 160.87 -
System Red Green Blue C M Y K H S L
Decimal 174 105 125 0 0.40 0.28 0.32 342.61 0.3 0.55
Hex AE 69 7D 0 28 1C 20 157 1E 37
Octal 256 151 175 0 50 34 40 527 36 67
Binary 10101110 1101001 1111101 0 101000 11100 100000 101010111 11110 110111

Color Harmonies of #AE697D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE697D

Black with #AE697D

Text Example


Text Example

White with #AE697D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE697D; }

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

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

background-color css

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

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

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

border-color css

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

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

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