Html Css Color HEX #AE895F Teak

📋 copy color: '#AE895F'

red 174 ◦ green 137 ◦ blue 95

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

Shades of Teak #AE895F

Tints of Teak #AE895F

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.74%

 BLUE value IS 95 (37.5% from 255) = 23.4%

R = 42.86%
G = 33.74%
B = 23.4%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.45

 K value IS 0.32

RGB Variations

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

Color information

#AE895F (or 0xAE895F) is known color: Teak. HEX triplet: AE, 89 and 5F. RGB value is (174,137,95). Sum of RGB (Red+Green+Blue) = 174+137+95=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 137 (53.91% from 255 or 33.74% from 406); Blue value is 95 (37.5% from 255 or 23.40% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE895F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE895F is #5176A0. Grayscale: #8F8F8F. Windows color (decimal): -5338785 or 6261166. OLE color: 6261166.

HSL color Cylindrical-coordinate representation of color #AE895F: hue angle of 31.9º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #AE895F is Cyan = 0, Magento = 0.21, Yellow = 0.45 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 137 95 -
CMYK 0 0.21 0.45 0.32
HSL 31.9º 0.33% 0.53% -
HSV(B) 31.9º 0.45% 0.68% -
XYZ 28.47 27.72 14.68 -
YUV 143.28 100.76 149.92 -
System Red Green Blue C M Y K H S L
Decimal 174 137 95 0 0.21 0.45 0.32 31.9 0.33 0.53
Hex AE 89 5F 0 15 2D 20 20 21 35
Octal 256 211 137 0 25 55 40 40 41 65
Binary 10101110 10001001 1011111 0 10101 101101 100000 100000 100001 110101

Color Harmonies of #AE895F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE895F

Black with #AE895F

Text Example


Text Example

White with #AE895F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE895F; }

 p { color: rgb(174,137,95); }

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

background-color css

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

 a { background-color: rgb(174,137,95); }

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

border-color css

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

 span { border-color: rgb(174,137,95); }

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