Html Css Color HEX #AE8759 Teak

📋 copy color: '#AE8759'

red 174 ◦ green 135 ◦ blue 89

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

Shades of Teak #AE8759

Tints of Teak #AE8759

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.92%

 BLUE value IS 89 (35.16% from 255) = 22.36%

R = 43.72%
G = 33.92%
B = 22.36%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE8759 (or 0xAE8759) is known color: Teak. HEX triplet: AE, 87 and 59. RGB value is (174,135,89). Sum of RGB (Red+Green+Blue) = 174+135+89=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 135 (53.12% from 255 or 33.92% from 398); Blue value is 89 (35.16% from 255 or 22.36% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8759 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8759 is #5178A6. Grayscale: #8D8D8D. Windows color (decimal): -5339303 or 5867438. OLE color: 5867438.

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

Color convert

RGB 174 135 89 -
CMYK 0 0.22 0.49 0.32
HSL 32.47º 0.34% 0.52% -
HSV(B) 32.47º 0.49% 0.68% -
XYZ 27.92 27.05 13.2 -
YUV 141.42 98.42 151.24 -
System Red Green Blue C M Y K H S L
Decimal 174 135 89 0 0.22 0.49 0.32 32.47 0.34 0.52
Hex AE 87 59 0 16 31 20 20 22 34
Octal 256 207 131 0 26 61 40 40 42 64
Binary 10101110 10000111 1011001 0 10110 110001 100000 100000 100010 110100

Color Harmonies of #AE8759

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8759

Black with #AE8759

Text Example


Text Example

White with #AE8759

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8759; }

 p { color: rgb(174,135,89); }

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

background-color css

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

 a { background-color: rgb(174,135,89); }

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

border-color css

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

 span { border-color: rgb(174,135,89); }

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