Html Css Color HEX #AE7782 Tapestry

📋 copy color: '#AE7782'

red 174 ◦ green 119 ◦ blue 130

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

Shades of Tapestry #AE7782

Tints of Tapestry #AE7782

RGB

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

 GREEN value IS 119 (46.88% from 255) = 28.13%

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

R = 41.13%
G = 28.13%
B = 30.73%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.25

 K value IS 0.32

RGB Variations

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

Color information

#AE7782 (or 0xAE7782) is known color: Tapestry. HEX triplet: AE, 77 and 82. RGB value is (174,119,130). Sum of RGB (Red+Green+Blue) = 174+119+130=423 (56% of max value = 765). Red value is 174 (68.36% from 255 or 41.13% from 423); Green value is 119 (46.88% from 255 or 28.13% from 423); Blue value is 130 (51.17% from 255 or 30.73% from 423); Max value from RGB is 174 - color contains mainly: red. Hex color #AE7782 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AE7782 is #51887D. Grayscale: #888888. Windows color (decimal): -5343358 or 8550318. OLE color: 8550318.

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

Color convert

RGB 174 119 130 -
CMYK 0 0.32 0.25 0.32
HSL 348º 0.25% 0.57% -
HSV(B) 348º 0.32% 0.68% -
XYZ 28.08 23.8 24.23 -
YUV 136.7 124.22 154.61 -
System Red Green Blue C M Y K H S L
Decimal 174 119 130 0 0.32 0.25 0.32 348 0.25 0.57
Hex AE 77 82 0 20 19 20 15C 19 39
Octal 256 167 202 0 40 31 40 534 31 71
Binary 10101110 1110111 10000010 0 100000 11001 100000 101011100 11001 111001

Color Harmonies of #AE7782

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE7782

Black with #AE7782

Text Example


Text Example

White with #AE7782

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE7782; }

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

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

background-color css

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

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

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

border-color css

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

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

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