Html Css Color HEX #AE828A Tapestry

📋 copy color: '#AE828A'

red 174 ◦ green 130 ◦ blue 138

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

Shades of Tapestry #AE828A

Tints of Tapestry #AE828A

RGB

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

 GREEN value IS 130 (51.17% from 255) = 29.41%

 BLUE value IS 138 (54.3% from 255) = 31.22%

R = 39.37%
G = 29.41%
B = 31.22%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.32

RGB Variations

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

Color information

#AE828A (or 0xAE828A) is known color: Tapestry. HEX triplet: AE, 82 and 8A. RGB value is (174,130,138). Sum of RGB (Red+Green+Blue) = 174+130+138=442 (58% of max value = 765). Red value is 174 (68.36% from 255 or 39.37% from 442); Green value is 130 (51.17% from 255 or 29.41% from 442); Blue value is 138 (54.30% from 255 or 31.22% from 442); Max value from RGB is 174 - color contains mainly: red. Hex color #AE828A is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE828A is #517D75. Grayscale: #909090. Windows color (decimal): -5340534 or 9077422. OLE color: 9077422.

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

Color convert

RGB 174 130 138 -
CMYK 0 0.25 0.21 0.32
HSL 349.09º 0.21% 0.6% -
HSV(B) 349.09º 0.25% 0.68% -
XYZ 30.03 26.8 27.63 -
YUV 144.07 124.58 149.35 -
System Red Green Blue C M Y K H S L
Decimal 174 130 138 0 0.25 0.21 0.32 349.09 0.21 0.6
Hex AE 82 8A 0 19 15 20 15D 15 3C
Octal 256 202 212 0 31 25 40 535 25 74
Binary 10101110 10000010 10001010 0 11001 10101 100000 101011101 10101 111100

Color Harmonies of #AE828A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE828A

Black with #AE828A

Text Example


Text Example

White with #AE828A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE828A; }

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

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

background-color css

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

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

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

border-color css

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

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

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