Html Css Color HEX #AE908E Thatch

📋 copy color: '#AE908E'

red 174 ◦ green 144 ◦ blue 142

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

Shades of Thatch #AE908E

Tints of Thatch #AE908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 31.3%

 BLUE value IS 142 (55.86% from 255) = 30.87%

R = 37.83%
G = 31.3%
B = 30.87%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE908E (or 0xAE908E) is known color: Thatch. HEX triplet: AE, 90 and 8E. RGB value is (174,144,142). Sum of RGB (Red+Green+Blue) = 174+144+142=460 (60% of max value = 765). Red value is 174 (68.36% from 255 or 37.83% from 460); Green value is 144 (56.64% from 255 or 31.30% from 460); Blue value is 142 (55.86% from 255 or 30.87% from 460); Max value from RGB is 174 - color contains mainly: red. Hex color #AE908E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE908E is #516F71. Grayscale: #989898. Windows color (decimal): -5336946 or 9343150. OLE color: 9343150.

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

Color convert

RGB 174 144 142 -
CMYK 0 0.17 0.18 0.32
HSL 3.75º 0.16% 0.62% -
HSV(B) 3.75º 0.18% 0.68% -
XYZ 32.31 30.9 29.85 -
YUV 152.74 121.94 143.16 -
System Red Green Blue C M Y K H S L
Decimal 174 144 142 0 0.17 0.18 0.32 3.75 0.16 0.62
Hex AE 90 8E 0 11 12 20 4 10 3E
Octal 256 220 216 0 21 22 40 4 20 76
Binary 10101110 10010000 10001110 0 10001 10010 100000 100 10000 111110

Color Harmonies of #AE908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE908E

Black with #AE908E

Text Example


Text Example

White with #AE908E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE908E; }

 p { color: rgb(174,144,142); }

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

background-color css

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

 a { background-color: rgb(174,144,142); }

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

border-color css

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

 span { border-color: rgb(174,144,142); }

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