Html Css Color HEX #AE9C98 Thatch

📋 copy color: '#AE9C98'

red 174 ◦ green 156 ◦ blue 152

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

Shades of Thatch #AE9C98

Tints of Thatch #AE9C98

RGB

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

 GREEN value IS 156 (61.33% from 255) = 32.37%

 BLUE value IS 152 (59.77% from 255) = 31.54%

R = 36.1%
G = 32.37%
B = 31.54%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.13

 K value IS 0.32

RGB Variations

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

Color information

#AE9C98 (or 0xAE9C98) is known color: Thatch. HEX triplet: AE, 9C and 98. RGB value is (174,156,152). Sum of RGB (Red+Green+Blue) = 174+156+152=482 (63% of max value = 765). Red value is 174 (68.36% from 255 or 36.10% from 482); Green value is 156 (61.33% from 255 or 32.37% from 482); Blue value is 152 (59.77% from 255 or 31.54% from 482); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9C98 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9C98 is #516367. Grayscale: #A0A0A0. Windows color (decimal): -5333864 or 10001582. OLE color: 10001582.

HSL color Cylindrical-coordinate representation of color #AE9C98: hue angle of 10.91º degrees, saturation: 0.12, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #AE9C98 is Cyan = 0, Magento = 0.10, Yellow = 0.13 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 156 152 -
CMYK 0 0.10 0.13 0.32
HSL 10.91º 0.12% 0.64% -
HSV(B) 10.91º 0.13% 0.68% -
XYZ 35.01 35.04 34.62 -
YUV 160.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 174 156 152 0 0.10 0.13 0.32 10.91 0.12 0.64
Hex AE 9C 98 0 A D 20 B C 40
Octal 256 234 230 0 12 15 40 13 14 100
Binary 10101110 10011100 10011000 0 1010 1101 100000 1011 1100 1000000

Color Harmonies of #AE9C98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9C98

Black with #AE9C98

Text Example


Text Example

White with #AE9C98

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9C98; }

 p { color: rgb(174,156,152); }

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

background-color css

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

 a { background-color: rgb(174,156,152); }

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

border-color css

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

 span { border-color: rgb(174,156,152); }

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