Html Css Color HEX #AE895C Teak

📋 copy color: '#AE895C'

red 174 ◦ green 137 ◦ blue 92

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

Shades of Teak #AE895C

Tints of Teak #AE895C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 22.83%

R = 43.18%
G = 34%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE895C (or 0xAE895C) is known color: Teak. HEX triplet: AE, 89 and 5C. RGB value is (174,137,92). Sum of RGB (Red+Green+Blue) = 174+137+92=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 137 (53.91% from 255 or 34.00% from 403); Blue value is 92 (36.33% from 255 or 22.83% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE895C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE895C is #5176A3. Grayscale: #8F8F8F. Windows color (decimal): -5338788 or 6064558. OLE color: 6064558.

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

Color convert

RGB 174 137 92 -
CMYK 0 0.21 0.47 0.32
HSL 32.93º 0.34% 0.52% -
HSV(B) 32.93º 0.47% 0.68% -
XYZ 28.33 27.66 13.97 -
YUV 142.93 99.26 150.16 -
System Red Green Blue C M Y K H S L
Decimal 174 137 92 0 0.21 0.47 0.32 32.93 0.34 0.52
Hex AE 89 5C 0 15 2F 20 21 22 34
Octal 256 211 134 0 25 57 40 41 42 64
Binary 10101110 10001001 1011100 0 10101 101111 100000 100001 100010 110100

Color Harmonies of #AE895C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE895C

Black with #AE895C

Text Example


Text Example

White with #AE895C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE895C; }

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

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

background-color css

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

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

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

border-color css

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

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

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