Html Css Color HEX #AE607E Tapestry

📋 copy color: '#AE607E'

red 174 ◦ green 96 ◦ blue 126

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

Shades of Tapestry #AE607E

Tints of Tapestry #AE607E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 31.82%

R = 43.94%
G = 24.24%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.28

 K value IS 0.32

RGB Variations

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

Color information

#AE607E (or 0xAE607E) is known color: Tapestry. HEX triplet: AE, 60 and 7E. RGB value is (174,96,126). Sum of RGB (Red+Green+Blue) = 174+96+126=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 126 (49.61% from 255 or 31.82% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE607E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE607E is #519F81. Grayscale: #7A7A7A. Windows color (decimal): -5349250 or 8282286. OLE color: 8282286.

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

Color convert

RGB 174 96 126 -
CMYK 0 0.45 0.28 0.32
HSL 336.92º 0.33% 0.53% -
HSV(B) 336.92º 0.45% 0.68% -
XYZ 25.4 18.87 22.04 -
YUV 122.74 129.84 164.56 -
System Red Green Blue C M Y K H S L
Decimal 174 96 126 0 0.45 0.28 0.32 336.92 0.33 0.53
Hex AE 60 7E 0 2D 1C 20 151 20 35
Octal 256 140 176 0 55 34 40 521 40 65
Binary 10101110 1100000 1111110 0 101101 11100 100000 101010001 100000 110101

Color Harmonies of #AE607E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE607E

Black with #AE607E

Text Example


Text Example

White with #AE607E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE607E; }

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

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

background-color css

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

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

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

border-color css

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

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

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