Html Css Color HEX #AE958E Thatch

📋 copy color: '#AE958E'

red 174 ◦ green 149 ◦ blue 142

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

Shades of Thatch #AE958E

Tints of Thatch #AE958E

RGB

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

 GREEN value IS 149 (58.59% from 255) = 32.04%

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

R = 37.42%
G = 32.04%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE958E (or 0xAE958E) is known color: Thatch. HEX triplet: AE, 95 and 8E. RGB value is (174,149,142). Sum of RGB (Red+Green+Blue) = 174+149+142=465 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.42% from 465); Green value is 149 (58.59% from 255 or 32.04% from 465); Blue value is 142 (55.86% from 255 or 30.54% from 465); Max value from RGB is 174 - color contains mainly: red. Hex color #AE958E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE958E is #516A71. Grayscale: #9B9B9B. Windows color (decimal): -5335666 or 9344430. OLE color: 9344430.

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

Color convert

RGB 174 149 142 -
CMYK 0 0.14 0.18 0.32
HSL 13.13º 0.16% 0.62% -
HSV(B) 13.13º 0.18% 0.68% -
XYZ 33.09 32.45 30.11 -
YUV 155.68 120.28 141.07 -
System Red Green Blue C M Y K H S L
Decimal 174 149 142 0 0.14 0.18 0.32 13.13 0.16 0.62
Hex AE 95 8E 0 E 12 20 D 10 3E
Octal 256 225 216 0 16 22 40 15 20 76
Binary 10101110 10010101 10001110 0 1110 10010 100000 1101 10000 111110

Color Harmonies of #AE958E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE958E

Black with #AE958E

Text Example


Text Example

White with #AE958E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE958E; }

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

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

background-color css

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

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

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

border-color css

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

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

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