Html Css Color HEX #AE697A Tapestry

📋 copy color: '#AE697A'

red 174 ◦ green 105 ◦ blue 122

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

Shades of Tapestry #AE697A

Tints of Tapestry #AE697A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 30.42%

R = 43.39%
G = 26.18%
B = 30.42%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.30

 K value IS 0.32

RGB Variations

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

Color information

#AE697A (or 0xAE697A) is known color: Tapestry. HEX triplet: AE, 69 and 7A. RGB value is (174,105,122). Sum of RGB (Red+Green+Blue) = 174+105+122=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 105 (41.41% from 255 or 26.18% from 401); Blue value is 122 (48.05% from 255 or 30.42% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE697A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE697A is #519685. Grayscale: #7F7F7F. Windows color (decimal): -5346950 or 8022446. OLE color: 8022446.

HSL color Cylindrical-coordinate representation of color #AE697A: hue angle of 345.22º 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 #AE697A is Cyan = 0, Magento = 0.40, Yellow = 0.30 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 105 122 -
CMYK 0 0.40 0.30 0.32
HSL 345.22º 0.3% 0.55% -
HSV(B) 345.22º 0.4% 0.68% -
XYZ 26.02 20.51 21 -
YUV 127.57 124.86 161.12 -
System Red Green Blue C M Y K H S L
Decimal 174 105 122 0 0.40 0.30 0.32 345.22 0.3 0.55
Hex AE 69 7A 0 28 1E 20 159 1E 37
Octal 256 151 172 0 50 36 40 531 36 67
Binary 10101110 1101001 1111010 0 101000 11110 100000 101011001 11110 110111

Color Harmonies of #AE697A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE697A

Black with #AE697A

Text Example


Text Example

White with #AE697A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE697A; }

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

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

background-color css

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

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

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

border-color css

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

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

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