Html Css Color HEX #AE885E Teak

📋 copy color: '#AE885E'

red 174 ◦ green 136 ◦ blue 94

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

Shades of Teak #AE885E

Tints of Teak #AE885E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.66%

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

R = 43.07%
G = 33.66%
B = 23.27%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.46

 K value IS 0.32

RGB Variations

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

Color information

#AE885E (or 0xAE885E) is known color: Teak. HEX triplet: AE, 88 and 5E. RGB value is (174,136,94). Sum of RGB (Red+Green+Blue) = 174+136+94=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 136 (53.52% from 255 or 33.66% from 404); Blue value is 94 (37.11% from 255 or 23.27% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE885E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE885E is #5177A1. Grayscale: #8E8E8E. Windows color (decimal): -5339042 or 6195374. OLE color: 6195374.

HSL color Cylindrical-coordinate representation of color #AE885E: hue angle of 31.5º 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 #AE885E is Cyan = 0, Magento = 0.22, Yellow = 0.46 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 136 94 -
CMYK 0 0.22 0.46 0.32
HSL 31.5º 0.33% 0.53% -
HSV(B) 31.5º 0.46% 0.68% -
XYZ 28.28 27.42 14.39 -
YUV 142.57 100.59 150.42 -
System Red Green Blue C M Y K H S L
Decimal 174 136 94 0 0.22 0.46 0.32 31.5 0.33 0.53
Hex AE 88 5E 0 16 2E 20 1F 21 35
Octal 256 210 136 0 26 56 40 37 41 65
Binary 10101110 10001000 1011110 0 10110 101110 100000 11111 100001 110101

Color Harmonies of #AE885E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE885E

Black with #AE885E

Text Example


Text Example

White with #AE885E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE885E; }

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

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

background-color css

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

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

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

border-color css

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

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

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