Html Css Color HEX #AE948D Thatch

📋 copy color: '#AE948D'

red 174 ◦ green 148 ◦ blue 141

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

Shades of Thatch #AE948D

Tints of Thatch #AE948D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 30.45%

R = 37.58%
G = 31.97%
B = 30.45%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.19

 K value IS 0.32

RGB Variations

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

Color information

#AE948D (or 0xAE948D) is known color: Thatch. HEX triplet: AE, 94 and 8D. RGB value is (174,148,141). Sum of RGB (Red+Green+Blue) = 174+148+141=463 (61% of max value = 765). Red value is 174 (68.36% from 255 or 37.58% from 463); Green value is 148 (58.20% from 255 or 31.97% from 463); Blue value is 141 (55.47% from 255 or 30.45% from 463); Max value from RGB is 174 - color contains mainly: red. Hex color #AE948D is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE948D is #516B72. Grayscale: #9B9B9B. Windows color (decimal): -5335923 or 9278638. OLE color: 9278638.

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

Color convert

RGB 174 148 141 -
CMYK 0 0.15 0.19 0.32
HSL 12.73º 0.17% 0.62% -
HSV(B) 12.73º 0.19% 0.68% -
XYZ 32.85 32.1 29.66 -
YUV 154.98 120.11 141.57 -
System Red Green Blue C M Y K H S L
Decimal 174 148 141 0 0.15 0.19 0.32 12.73 0.17 0.62
Hex AE 94 8D 0 F 13 20 D 11 3E
Octal 256 224 215 0 17 23 40 15 21 76
Binary 10101110 10010100 10001101 0 1111 10011 100000 1101 10001 111110

Color Harmonies of #AE948D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE948D

Black with #AE948D

Text Example


Text Example

White with #AE948D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE948D; }

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

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

background-color css

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

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

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

border-color css

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

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

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