Html Css Color HEX #AE8D59 Teak

📋 copy color: '#AE8D59'

red 174 ◦ green 141 ◦ blue 89

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

Shades of Teak #AE8D59

Tints of Teak #AE8D59

RGB

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

 GREEN value IS 141 (55.47% from 255) = 34.9%

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

R = 43.07%
G = 34.9%
B = 22.03%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE8D59 (or 0xAE8D59) is known color: Teak. HEX triplet: AE, 8D and 59. RGB value is (174,141,89). Sum of RGB (Red+Green+Blue) = 174+141+89=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 89 (35.16% from 255 or 22.03% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D59 is #5172A6. Grayscale: #919191. Windows color (decimal): -5337767 or 5868974. OLE color: 5868974.

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

Color convert

RGB 174 141 89 -
CMYK 0 0.19 0.49 0.32
HSL 36.71º 0.34% 0.52% -
HSV(B) 36.71º 0.49% 0.68% -
XYZ 28.78 28.77 13.49 -
YUV 144.94 96.43 148.73 -
System Red Green Blue C M Y K H S L
Decimal 174 141 89 0 0.19 0.49 0.32 36.71 0.34 0.52
Hex AE 8D 59 0 13 31 20 25 22 34
Octal 256 215 131 0 23 61 40 45 42 64
Binary 10101110 10001101 1011001 0 10011 110001 100000 100101 100010 110100

Color Harmonies of #AE8D59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D59

Black with #AE8D59

Text Example


Text Example

White with #AE8D59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D59; }

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

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

background-color css

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

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

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

border-color css

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

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

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