Html Css Color HEX #AE608C Tapestry

📋 copy color: '#AE608C'

red 174 ◦ green 96 ◦ blue 140

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

Shades of Tapestry #AE608C

Tints of Tapestry #AE608C

RGB

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

 GREEN value IS 96 (37.89% from 255) = 23.41%

 BLUE value IS 140 (55.08% from 255) = 34.15%

R = 42.44%
G = 23.41%
B = 34.15%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.20

 K value IS 0.32

RGB Variations

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

Color information

#AE608C (or 0xAE608C) is known color: Tapestry. HEX triplet: AE, 60 and 8C. RGB value is (174,96,140). Sum of RGB (Red+Green+Blue) = 174+96+140=410 (54% of max value = 765). Red value is 174 (68.36% from 255 or 42.44% from 410); Green value is 96 (37.89% from 255 or 23.41% from 410); Blue value is 140 (55.08% from 255 or 34.15% from 410); Max value from RGB is 174 - color contains mainly: red. Hex color #AE608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE608C is #519F73. Grayscale: #7C7C7C. Windows color (decimal): -5349236 or 9199790. OLE color: 9199790.

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

Color convert

RGB 174 96 140 -
CMYK 0 0.45 0.20 0.32
HSL 326.15º 0.33% 0.53% -
HSV(B) 326.15º 0.45% 0.68% -
XYZ 26.37 19.26 27.14 -
YUV 124.34 136.84 163.42 -
System Red Green Blue C M Y K H S L
Decimal 174 96 140 0 0.45 0.20 0.32 326.15 0.33 0.53
Hex AE 60 8C 0 2D 14 20 146 20 35
Octal 256 140 214 0 55 24 40 506 40 65
Binary 10101110 1100000 10001100 0 101101 10100 100000 101000110 100000 110101

Color Harmonies of #AE608C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE608C

Black with #AE608C

Text Example


Text Example

White with #AE608C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE608C; }

 p { color: rgb(174,96,140); }

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

background-color css

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

 a { background-color: rgb(174,96,140); }

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

border-color css

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

 span { border-color: rgb(174,96,140); }

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