Html Css Color HEX #AE895E Teak

📋 copy color: '#AE895E'

red 174 ◦ green 137 ◦ blue 94

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

Shades of Teak #AE895E

Tints of Teak #AE895E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 23.21%

R = 42.96%
G = 33.83%
B = 23.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE895E (or 0xAE895E) is known color: Teak. HEX triplet: AE, 89 and 5E. RGB value is (174,137,94). Sum of RGB (Red+Green+Blue) = 174+137+94=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 137 (53.91% from 255 or 33.83% from 405); Blue value is 94 (37.11% from 255 or 23.21% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE895E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE895E is #5176A1. Grayscale: #8F8F8F. Windows color (decimal): -5338786 or 6195630. OLE color: 6195630.

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

Color convert

RGB 174 137 94 -
CMYK 0 0.21 0.46 0.32
HSL 32.25º 0.33% 0.53% -
HSV(B) 32.25º 0.46% 0.68% -
XYZ 28.42 27.7 14.44 -
YUV 143.16 100.26 150 -
System Red Green Blue C M Y K H S L
Decimal 174 137 94 0 0.21 0.46 0.32 32.25 0.33 0.53
Hex AE 89 5E 0 15 2E 20 20 21 35
Octal 256 211 136 0 25 56 40 40 41 65
Binary 10101110 10001001 1011110 0 10101 101110 100000 100000 100001 110101

Color Harmonies of #AE895E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE895E

Black with #AE895E

Text Example


Text Example

White with #AE895E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE895E; }

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

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

background-color css

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

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

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

border-color css

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

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

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