Html Css Color HEX #AE8285 Tapestry

📋 copy color: '#AE8285'

red 174 ◦ green 130 ◦ blue 133

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

Shades of Tapestry #AE8285

Tints of Tapestry #AE8285

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 30.43%

R = 39.82%
G = 29.75%
B = 30.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.24

 K value IS 0.32

RGB Variations

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

Color information

#AE8285 (or 0xAE8285) is known color: Tapestry. HEX triplet: AE, 82 and 85. RGB value is (174,130,133). Sum of RGB (Red+Green+Blue) = 174+130+133=437 (57% of max value = 765). Red value is 174 (68.36% from 255 or 39.82% from 437); Green value is 130 (51.17% from 255 or 29.75% from 437); Blue value is 133 (52.34% from 255 or 30.43% from 437); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8285 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE8285 is #517D7A. Grayscale: #8F8F8F. Windows color (decimal): -5340539 or 8749742. OLE color: 8749742.

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

Color convert

RGB 174 130 133 -
CMYK 0 0.25 0.24 0.32
HSL 355.91º 0.21% 0.6% -
HSV(B) 355.91º 0.25% 0.68% -
XYZ 29.67 26.66 25.77 -
YUV 143.5 122.08 149.76 -
System Red Green Blue C M Y K H S L
Decimal 174 130 133 0 0.25 0.24 0.32 355.91 0.21 0.6
Hex AE 82 85 0 19 18 20 164 15 3C
Octal 256 202 205 0 31 30 40 544 25 74
Binary 10101110 10000010 10000101 0 11001 11000 100000 101100100 10101 111100

Color Harmonies of #AE8285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8285

Black with #AE8285

Text Example


Text Example

White with #AE8285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8285; }

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

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

background-color css

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

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

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

border-color css

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

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

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