Html Css Color HEX #AE948E Thatch

📋 copy color: '#AE948E'

red 174 ◦ green 148 ◦ blue 142

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

Shades of Thatch #AE948E

Tints of Thatch #AE948E

RGB

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

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

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

R = 37.5%
G = 31.9%
B = 30.6%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.18

 K value IS 0.32

RGB Variations

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

Color information

#AE948E (or 0xAE948E) is known color: Thatch. HEX triplet: AE, 94 and 8E. RGB value is (174,148,142). Sum of RGB (Red+Green+Blue) = 174+148+142=464 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.5% from 464); Green value is 148 (58.20% from 255 or 31.90% from 464); Blue value is 142 (55.86% from 255 or 30.60% from 464); Max value from RGB is 174 - color contains mainly: red. Hex color #AE948E is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE948E is #516B71. Grayscale: #9B9B9B. Windows color (decimal): -5335922 or 9344174. OLE color: 9344174.

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

Color convert

RGB 174 148 142 -
CMYK 0 0.15 0.18 0.32
HSL 11.25º 0.16% 0.62% -
HSV(B) 11.25º 0.18% 0.68% -
XYZ 32.93 32.13 30.06 -
YUV 155.09 120.61 141.49 -
System Red Green Blue C M Y K H S L
Decimal 174 148 142 0 0.15 0.18 0.32 11.25 0.16 0.62
Hex AE 94 8E 0 F 12 20 B 10 3E
Octal 256 224 216 0 17 22 40 13 20 76
Binary 10101110 10010100 10001110 0 1111 10010 100000 1011 10000 111110

Color Harmonies of #AE948E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE948E

Black with #AE948E

Text Example


Text Example

White with #AE948E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE948E; }

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

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

background-color css

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

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

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

border-color css

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

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

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