Html Css Color HEX #AE9490 Thatch

📋 copy color: '#AE9490'

red 174 ◦ green 148 ◦ blue 144

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

Shades of Thatch #AE9490

Tints of Thatch #AE9490

RGB

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

 GREEN value IS 148 (58.2% from 255) = 31.76%

 BLUE value IS 144 (56.64% from 255) = 30.9%

R = 37.34%
G = 31.76%
B = 30.9%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.17

 K value IS 0.32

RGB Variations

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

Color information

#AE9490 (or 0xAE9490) is known color: Thatch. HEX triplet: AE, 94 and 90. RGB value is (174,148,144). Sum of RGB (Red+Green+Blue) = 174+148+144=466 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.34% from 466); Green value is 148 (58.20% from 255 or 31.76% from 466); Blue value is 144 (56.64% from 255 or 30.90% from 466); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9490 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9490 is #516B6F. Grayscale: #9B9B9B. Windows color (decimal): -5335920 or 9475246. OLE color: 9475246.

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

Color convert

RGB 174 148 144 -
CMYK 0 0.15 0.17 0.32
HSL 0.16% 0.62% -
HSV(B) 0.17% 0.68% -
XYZ 33.08 32.19 30.86 -
YUV 155.32 121.61 141.33 -
System Red Green Blue C M Y K H S L
Decimal 174 148 144 0 0.15 0.17 0.32 8 0.16 0.62
Hex AE 94 90 0 F 11 20 8 10 3E
Octal 256 224 220 0 17 21 40 10 20 76
Binary 10101110 10010100 10010000 0 1111 10001 100000 1000 10000 111110

Color Harmonies of #AE9490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9490

Black with #AE9490

Text Example


Text Example

White with #AE9490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9490; }

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

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

background-color css

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

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

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

border-color css

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

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

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