Html Css Color HEX #AE7882 Tapestry

📋 copy color: '#AE7882'

red 174 ◦ green 120 ◦ blue 130

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

Shades of Tapestry #AE7882

Tints of Tapestry #AE7882

RGB

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

 GREEN value IS 120 (47.27% from 255) = 28.3%

 BLUE value IS 130 (51.17% from 255) = 30.66%

R = 41.04%
G = 28.3%
B = 30.66%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE7882 (or 0xAE7882) is known color: Tapestry. HEX triplet: AE, 78 and 82. RGB value is (174,120,130). Sum of RGB (Red+Green+Blue) = 174+120+130=424 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.04% from 424); Green value is 120 (47.27% from 255 or 28.30% from 424); Blue value is 130 (51.17% from 255 or 30.66% from 424); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7882 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7882 is #51877D. Grayscale: #898989. Windows color (decimal): -5343102 or 8550574. OLE color: 8550574.

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

Color convert

RGB 174 120 130 -
CMYK 0 0.31 0.25 0.32
HSL 348.89º 0.25% 0.58% -
HSV(B) 348.89º 0.31% 0.68% -
XYZ 28.2 24.04 24.27 -
YUV 137.29 123.89 154.19 -
System Red Green Blue C M Y K H S L
Decimal 174 120 130 0 0.31 0.25 0.32 348.89 0.25 0.58
Hex AE 78 82 0 1F 19 20 15D 19 3A
Octal 256 170 202 0 37 31 40 535 31 72
Binary 10101110 1111000 10000010 0 11111 11001 100000 101011101 11001 111010

Color Harmonies of #AE7882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7882

Black with #AE7882

Text Example


Text Example

White with #AE7882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7882; }

 p { color: rgb(174,120,130); }

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

background-color css

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

 a { background-color: rgb(174,120,130); }

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

border-color css

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

 span { border-color: rgb(174,120,130); }

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