Html Css Color HEX #AE7288 Tapestry

📋 copy color: '#AE7288'

red 174 ◦ green 114 ◦ blue 136

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

Shades of Tapestry #AE7288

Tints of Tapestry #AE7288

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.89%

 BLUE value IS 136 (53.52% from 255) = 32.08%

R = 41.04%
G = 26.89%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.22

 K value IS 0.32

RGB Variations

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

Color information

#AE7288 (or 0xAE7288) is known color: Tapestry. HEX triplet: AE, 72 and 88. RGB value is (174,114,136). Sum of RGB (Red+Green+Blue) = 174+114+136=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 136 (53.52% from 255 or 32.08% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7288 is #518D77. Grayscale: #868686. Windows color (decimal): -5344632 or 8942254. OLE color: 8942254.

HSL color Cylindrical-coordinate representation of color #AE7288: hue angle of 338º degrees, saturation: 0.27, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #AE7288 is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 114 136 -
CMYK 0 0.34 0.22 0.32
HSL 338º 0.27% 0.56% -
HSV(B) 338º 0.34% 0.68% -
XYZ 27.92 22.81 26.22 -
YUV 134.45 128.88 156.21 -
System Red Green Blue C M Y K H S L
Decimal 174 114 136 0 0.34 0.22 0.32 338 0.27 0.56
Hex AE 72 88 0 22 16 20 152 1B 38
Octal 256 162 210 0 42 26 40 522 33 70
Binary 10101110 1110010 10001000 0 100010 10110 100000 101010010 11011 111000

Color Harmonies of #AE7288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7288

Black with #AE7288

Text Example


Text Example

White with #AE7288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7288; }

 p { color: rgb(174,114,136); }

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

background-color css

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

 a { background-color: rgb(174,114,136); }

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

border-color css

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

 span { border-color: rgb(174,114,136); }

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