Html Css Color HEX #AE895A Teak

📋 copy color: '#AE895A'

red 174 ◦ green 137 ◦ blue 90

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

Shades of Teak #AE895A

Tints of Teak #AE895A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 22.44%

R = 43.39%
G = 34.16%
B = 22.44%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE895A (or 0xAE895A) is known color: Teak. HEX triplet: AE, 89 and 5A. RGB value is (174,137,90). Sum of RGB (Red+Green+Blue) = 174+137+90=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 90 (35.55% from 255 or 22.44% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE895A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE895A is #5176A5. Grayscale: #8E8E8E. Windows color (decimal): -5338790 or 5933486. OLE color: 5933486.

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

Color convert

RGB 174 137 90 -
CMYK 0 0.21 0.48 0.32
HSL 33.57º 0.34% 0.52% -
HSV(B) 33.57º 0.48% 0.68% -
XYZ 28.25 27.63 13.52 -
YUV 142.71 98.26 150.32 -
System Red Green Blue C M Y K H S L
Decimal 174 137 90 0 0.21 0.48 0.32 33.57 0.34 0.52
Hex AE 89 5A 0 15 30 20 22 22 34
Octal 256 211 132 0 25 60 40 42 42 64
Binary 10101110 10001001 1011010 0 10101 110000 100000 100010 100010 110100

Color Harmonies of #AE895A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE895A

Black with #AE895A

Text Example


Text Example

White with #AE895A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE895A; }

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

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

background-color css

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

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

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

border-color css

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

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

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