Html Css Color HEX #AE9492 Thatch

📋 copy color: '#AE9492'

red 174 ◦ green 148 ◦ blue 146

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

Shades of Thatch #AE9492

Tints of Thatch #AE9492

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 31.2%

R = 37.18%
G = 31.62%
B = 31.2%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.16

 K value IS 0.32

RGB Variations

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

Color information

#AE9492 (or 0xAE9492) is known color: Thatch. HEX triplet: AE, 94 and 92. RGB value is (174,148,146). Sum of RGB (Red+Green+Blue) = 174+148+146=468 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.18% from 468); Green value is 148 (58.20% from 255 or 31.62% from 468); Blue value is 146 (57.42% from 255 or 31.20% from 468); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9492 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9492 is #516B6D. Grayscale: #9B9B9B. Windows color (decimal): -5335918 or 9606318. OLE color: 9606318.

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

Color convert

RGB 174 148 146 -
CMYK 0 0.15 0.16 0.32
HSL 4.29º 0.15% 0.63% -
HSV(B) 4.29º 0.16% 0.68% -
XYZ 33.23 32.25 31.67 -
YUV 155.55 122.61 141.16 -
System Red Green Blue C M Y K H S L
Decimal 174 148 146 0 0.15 0.16 0.32 4.29 0.15 0.63
Hex AE 94 92 0 F 10 20 4 F 3F
Octal 256 224 222 0 17 20 40 4 17 77
Binary 10101110 10010100 10010010 0 1111 10000 100000 100 1111 111111

Color Harmonies of #AE9492

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9492

Black with #AE9492

Text Example


Text Example

White with #AE9492

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9492; }

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

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

background-color css

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

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

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

border-color css

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

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

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