Html Css Color HEX #AE9156 Teak

📋 copy color: '#AE9156'

red 174 ◦ green 145 ◦ blue 86

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

Shades of Teak #AE9156

Tints of Teak #AE9156

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.8%

 BLUE value IS 86 (33.98% from 255) = 21.23%

R = 42.96%
G = 35.8%
B = 21.23%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE9156 (or 0xAE9156) is known color: Teak. HEX triplet: AE, 91 and 56. RGB value is (174,145,86). Sum of RGB (Red+Green+Blue) = 174+145+86=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 145 (57.03% from 255 or 35.80% from 405); Blue value is 86 (33.98% from 255 or 21.23% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9156 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9156 is #516EA9. Grayscale: #939393. Windows color (decimal): -5336746 or 5673390. OLE color: 5673390.

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

Color convert

RGB 174 145 86 -
CMYK 0 0.17 0.51 0.32
HSL 40.23º 0.35% 0.51% -
HSV(B) 40.23º 0.51% 0.68% -
XYZ 29.26 29.92 13.04 -
YUV 146.95 93.61 147.3 -
System Red Green Blue C M Y K H S L
Decimal 174 145 86 0 0.17 0.51 0.32 40.23 0.35 0.51
Hex AE 91 56 0 11 33 20 28 23 33
Octal 256 221 126 0 21 63 40 50 43 63
Binary 10101110 10010001 1010110 0 10001 110011 100000 101000 100011 110011

Color Harmonies of #AE9156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9156

Black with #AE9156

Text Example


Text Example

White with #AE9156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9156; }

 p { color: rgb(174,145,86); }

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

background-color css

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

 a { background-color: rgb(174,145,86); }

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

border-color css

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

 span { border-color: rgb(174,145,86); }

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