Html Css Color HEX #AE894D Teak

📋 copy color: '#AE894D'

red 174 ◦ green 137 ◦ blue 77

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

Shades of Teak #AE894D

Tints of Teak #AE894D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.85%

R = 44.85%
G = 35.31%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE894D (or 0xAE894D) is known color: Teak. HEX triplet: AE, 89 and 4D. RGB value is (174,137,77). Sum of RGB (Red+Green+Blue) = 174+137+77=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 137 (53.91% from 255 or 35.31% from 388); Blue value is 77 (30.47% from 255 or 19.85% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE894D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE894D is #5176B2. Grayscale: #8D8D8D. Windows color (decimal): -5338803 or 5081518. OLE color: 5081518.

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

Color convert

RGB 174 137 77 -
CMYK 0 0.21 0.56 0.32
HSL 37.11º 0.39% 0.49% -
HSV(B) 37.11º 0.56% 0.68% -
XYZ 27.74 27.43 10.85 -
YUV 141.22 91.76 151.38 -
System Red Green Blue C M Y K H S L
Decimal 174 137 77 0 0.21 0.56 0.32 37.11 0.39 0.49
Hex AE 89 4D 0 15 38 20 25 27 31
Octal 256 211 115 0 25 70 40 45 47 61
Binary 10101110 10001001 1001101 0 10101 111000 100000 100101 100111 110001

Color Harmonies of #AE894D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE894D

Black with #AE894D

Text Example


Text Example

White with #AE894D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE894D; }

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

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

background-color css

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

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

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

border-color css

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

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

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