Html Css Color HEX #AE748B Tapestry

📋 copy color: '#AE748B'

red 174 ◦ green 116 ◦ blue 139

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

Shades of Tapestry #AE748B

Tints of Tapestry #AE748B

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.04%

 BLUE value IS 139 (54.69% from 255) = 32.4%

R = 40.56%
G = 27.04%
B = 32.4%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE748B (or 0xAE748B) is known color: Tapestry. HEX triplet: AE, 74 and 8B. RGB value is (174,116,139). Sum of RGB (Red+Green+Blue) = 174+116+139=429 (56% of max value = 765). Red value is 174 (68.36% from 255 or 40.56% from 429); Green value is 116 (45.70% from 255 or 27.04% from 429); Blue value is 139 (54.69% from 255 or 32.40% from 429); Max value from RGB is 174 - color contains mainly: red. Hex color #AE748B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE748B is #518B74. Grayscale: #878787. Windows color (decimal): -5344117 or 9139374. OLE color: 9139374.

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

Color convert

RGB 174 116 139 -
CMYK 0 0.33 0.20 0.32
HSL 336.21º 0.26% 0.57% -
HSV(B) 336.21º 0.33% 0.68% -
XYZ 28.36 23.35 27.44 -
YUV 135.96 129.72 155.13 -
System Red Green Blue C M Y K H S L
Decimal 174 116 139 0 0.33 0.20 0.32 336.21 0.26 0.57
Hex AE 74 8B 0 21 14 20 150 1A 39
Octal 256 164 213 0 41 24 40 520 32 71
Binary 10101110 1110100 10001011 0 100001 10100 100000 101010000 11010 111001

Color Harmonies of #AE748B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE748B

Black with #AE748B

Text Example


Text Example

White with #AE748B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE748B; }

 p { color: rgb(174,116,139); }

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

background-color css

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

 a { background-color: rgb(174,116,139); }

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

border-color css

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

 span { border-color: rgb(174,116,139); }

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