Html Css Color HEX #AE607D Tapestry

📋 copy color: '#AE607D'

red 174 ◦ green 96 ◦ blue 125

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

Shades of Tapestry #AE607D

Tints of Tapestry #AE607D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 31.65%

R = 44.05%
G = 24.3%
B = 31.65%

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

#AE607D (or 0xAE607D) is known color: Tapestry. HEX triplet: AE, 60 and 7D. RGB value is (174,96,125). Sum of RGB (Red+Green+Blue) = 174+96+125=395 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.05% from 395); Green value is 96 (37.89% from 255 or 24.30% from 395); Blue value is 125 (49.22% from 255 or 31.65% from 395); Max value from RGB is 174 - color contains mainly: red. Hex color #AE607D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AE607D is #519F82. Grayscale: #7A7A7A. Windows color (decimal): -5349251 or 8216750. OLE color: 8216750.

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

Color convert

RGB 174 96 125 -
CMYK 0 0.45 0.28 0.32
HSL 337.69º 0.33% 0.53% -
HSV(B) 337.69º 0.45% 0.68% -
XYZ 25.34 18.85 21.7 -
YUV 122.63 129.34 164.64 -
System Red Green Blue C M Y K H S L
Decimal 174 96 125 0 0.45 0.28 0.32 337.69 0.33 0.53
Hex AE 60 7D 0 2D 1C 20 152 20 35
Octal 256 140 175 0 55 34 40 522 40 65
Binary 10101110 1100000 1111101 0 101101 11100 100000 101010010 100000 110101

Color Harmonies of #AE607D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE607D

Black with #AE607D

Text Example


Text Example

White with #AE607D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE607D; }

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

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

background-color css

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

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

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

border-color css

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

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

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