Html Css Color HEX #AE9694 Thatch

📋 copy color: '#AE9694'

red 174 ◦ green 150 ◦ blue 148

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

Shades of Thatch #AE9694

Tints of Thatch #AE9694

RGB

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

 GREEN value IS 150 (58.98% from 255) = 31.78%

 BLUE value IS 148 (58.2% from 255) = 31.36%

R = 36.86%
G = 31.78%
B = 31.36%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.15

 K value IS 0.32

RGB Variations

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

Color information

#AE9694 (or 0xAE9694) is known color: Thatch. HEX triplet: AE, 96 and 94. RGB value is (174,150,148). Sum of RGB (Red+Green+Blue) = 174+150+148=472 (62% of max value = 765). Red value is 174 (68.36% from 255 or 36.86% from 472); Green value is 150 (58.98% from 255 or 31.78% from 472); Blue value is 148 (58.20% from 255 or 31.36% from 472); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9694 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #AE9694 is #51696B. Grayscale: #9C9C9C. Windows color (decimal): -5335404 or 9737902. OLE color: 9737902.

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

Color convert

RGB 174 150 148 -
CMYK 0 0.14 0.15 0.32
HSL 4.62º 0.14% 0.63% -
HSV(B) 4.62º 0.15% 0.68% -
XYZ 33.71 32.95 32.6 -
YUV 156.95 122.95 140.16 -
System Red Green Blue C M Y K H S L
Decimal 174 150 148 0 0.14 0.15 0.32 4.62 0.14 0.63
Hex AE 96 94 0 E F 20 5 E 3F
Octal 256 226 224 0 16 17 40 5 16 77
Binary 10101110 10010110 10010100 0 1110 1111 100000 101 1110 111111

Color Harmonies of #AE9694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9694

Black with #AE9694

Text Example


Text Example

White with #AE9694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9694; }

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

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

background-color css

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

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

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

border-color css

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

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

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