Html Css Color HEX #AE6483 Tapestry

📋 copy color: '#AE6483'

red 174 ◦ green 100 ◦ blue 131

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

Shades of Tapestry #AE6483

Tints of Tapestry #AE6483

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.69%

 BLUE value IS 131 (51.56% from 255) = 32.35%

R = 42.96%
G = 24.69%
B = 32.35%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE6483 (or 0xAE6483) is known color: Tapestry. HEX triplet: AE, 64 and 83. RGB value is (174,100,131). Sum of RGB (Red+Green+Blue) = 174+100+131=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 100 (39.45% from 255 or 24.69% from 405); Blue value is 131 (51.56% from 255 or 32.35% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE6483 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE6483 is #519B7C. Grayscale: #7D7D7D. Windows color (decimal): -5348221 or 8610990. OLE color: 8610990.

HSL color Cylindrical-coordinate representation of color #AE6483: hue angle of 334.86º degrees, saturation: 0.31, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #AE6483 is Cyan = 0, Magento = 0.43, Yellow = 0.25 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 100 131 -
CMYK 0 0.43 0.25 0.32
HSL 334.86º 0.31% 0.54% -
HSV(B) 334.86º 0.43% 0.68% -
XYZ 26.11 19.75 23.91 -
YUV 125.66 131.02 162.48 -
System Red Green Blue C M Y K H S L
Decimal 174 100 131 0 0.43 0.25 0.32 334.86 0.31 0.54
Hex AE 64 83 0 2B 19 20 14F 1F 36
Octal 256 144 203 0 53 31 40 517 37 66
Binary 10101110 1100100 10000011 0 101011 11001 100000 101001111 11111 110110

Color Harmonies of #AE6483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE6483

Black with #AE6483

Text Example


Text Example

White with #AE6483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE6483; }

 p { color: rgb(174,100,131); }

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

background-color css

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

 a { background-color: rgb(174,100,131); }

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

border-color css

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

 span { border-color: rgb(174,100,131); }

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