Html Css Color HEX #AE894E Teak

📋 copy color: '#AE894E'

red 174 ◦ green 137 ◦ blue 78

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

Shades of Teak #AE894E

Tints of Teak #AE894E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20.05%

R = 44.73%
G = 35.22%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE894E (or 0xAE894E) is known color: Teak. HEX triplet: AE, 89 and 4E. RGB value is (174,137,78). Sum of RGB (Red+Green+Blue) = 174+137+78=389 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.73% from 389); Green value is 137 (53.91% from 255 or 35.22% from 389); Blue value is 78 (30.86% from 255 or 20.05% from 389); Max value from RGB is 174 - color contains mainly: red. Hex color #AE894E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE894E is #5176B1. Grayscale: #8D8D8D. Windows color (decimal): -5338802 or 5147054. OLE color: 5147054.

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

Color convert

RGB 174 137 78 -
CMYK 0 0.21 0.55 0.32
HSL 36.88º 0.38% 0.49% -
HSV(B) 36.88º 0.55% 0.68% -
XYZ 27.78 27.44 11.04 -
YUV 141.34 92.26 151.3 -
System Red Green Blue C M Y K H S L
Decimal 174 137 78 0 0.21 0.55 0.32 36.88 0.38 0.49
Hex AE 89 4E 0 15 37 20 25 26 31
Octal 256 211 116 0 25 67 40 45 46 61
Binary 10101110 10001001 1001110 0 10101 110111 100000 100101 100110 110001

Color Harmonies of #AE894E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE894E

Black with #AE894E

Text Example


Text Example

White with #AE894E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE894E; }

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

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

background-color css

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

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

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

border-color css

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

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

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