Html Css Color HEX #AE7585 Tapestry

📋 copy color: '#AE7585'

red 174 ◦ green 117 ◦ blue 133

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

Shades of Tapestry #AE7585

Tints of Tapestry #AE7585

RGB

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

 GREEN value IS 117 (46.09% from 255) = 27.59%

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

R = 41.04%
G = 27.59%
B = 31.37%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE7585 (or 0xAE7585) is known color: Tapestry. HEX triplet: AE, 75 and 85. RGB value is (174,117,133). Sum of RGB (Red+Green+Blue) = 174+117+133=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 117 (46.09% from 255 or 27.59% from 424); Blue value is 133 (52.34% from 255 or 31.37% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7585 is #518A7A. Grayscale: #878787. Windows color (decimal): -5343867 or 8746414. OLE color: 8746414.

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

Color convert

RGB 174 117 133 -
CMYK 0 0.33 0.24 0.32
HSL 343.16º 0.26% 0.57% -
HSV(B) 343.16º 0.33% 0.68% -
XYZ 28.05 23.41 25.23 -
YUV 135.87 126.38 155.2 -
System Red Green Blue C M Y K H S L
Decimal 174 117 133 0 0.33 0.24 0.32 343.16 0.26 0.57
Hex AE 75 85 0 21 18 20 157 1A 39
Octal 256 165 205 0 41 30 40 527 32 71
Binary 10101110 1110101 10000101 0 100001 11000 100000 101010111 11010 111001

Color Harmonies of #AE7585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7585

Black with #AE7585

Text Example


Text Example

White with #AE7585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7585; }

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

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

background-color css

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

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

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

border-color css

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

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

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