Html Css Color HEX #AE7C85 Tapestry

📋 copy color: '#AE7C85'

red 174 ◦ green 124 ◦ blue 133

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

Shades of Tapestry #AE7C85

Tints of Tapestry #AE7C85

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.77%

 BLUE value IS 133 (52.34% from 255) = 30.86%

R = 40.37%
G = 28.77%
B = 30.86%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE7C85 (or 0xAE7C85) is known color: Tapestry. HEX triplet: AE, 7C and 85. RGB value is (174,124,133). Sum of RGB (Red+Green+Blue) = 174+124+133=431 (57% of max value = 765). Red value is 174 (68.36% from 255 or 40.37% from 431); Green value is 124 (48.83% from 255 or 28.77% from 431); Blue value is 133 (52.34% from 255 or 30.86% from 431); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7C85 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7C85 is #51837A. Grayscale: #8B8B8B. Windows color (decimal): -5342075 or 8748206. OLE color: 8748206.

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

Color convert

RGB 174 124 133 -
CMYK 0 0.29 0.24 0.32
HSL 349.2º 0.24% 0.58% -
HSV(B) 349.2º 0.29% 0.68% -
XYZ 28.9 25.11 25.51 -
YUV 139.98 124.07 152.27 -
System Red Green Blue C M Y K H S L
Decimal 174 124 133 0 0.29 0.24 0.32 349.2 0.24 0.58
Hex AE 7C 85 0 1D 18 20 15D 18 3A
Octal 256 174 205 0 35 30 40 535 30 72
Binary 10101110 1111100 10000101 0 11101 11000 100000 101011101 11000 111010

Color Harmonies of #AE7C85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7C85

Black with #AE7C85

Text Example


Text Example

White with #AE7C85

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7C85; }

 p { color: rgb(174,124,133); }

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

background-color css

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

 a { background-color: rgb(174,124,133); }

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

border-color css

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

 span { border-color: rgb(174,124,133); }

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