Html Css Color HEX #AE8D4E Teak

📋 copy color: '#AE8D4E'

red 174 ◦ green 141 ◦ blue 78

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

Shades of Teak #AE8D4E

Tints of Teak #AE8D4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 19.85%

R = 44.27%
G = 35.88%
B = 19.85%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE8D4E (or 0xAE8D4E) is known color: Teak. HEX triplet: AE, 8D and 4E. RGB value is (174,141,78). Sum of RGB (Red+Green+Blue) = 174+141+78=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 141 (55.47% from 255 or 35.88% from 393); Blue value is 78 (30.86% from 255 or 19.85% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D4E is #5172B1. Grayscale: #8F8F8F. Windows color (decimal): -5337778 or 5148078. OLE color: 5148078.

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

Color convert

RGB 174 141 78 -
CMYK 0 0.19 0.55 0.32
HSL 39.38º 0.38% 0.49% -
HSV(B) 39.38º 0.55% 0.68% -
XYZ 28.36 28.6 11.23 -
YUV 143.69 90.93 149.62 -
System Red Green Blue C M Y K H S L
Decimal 174 141 78 0 0.19 0.55 0.32 39.38 0.38 0.49
Hex AE 8D 4E 0 13 37 20 27 26 31
Octal 256 215 116 0 23 67 40 47 46 61
Binary 10101110 10001101 1001110 0 10011 110111 100000 100111 100110 110001

Color Harmonies of #AE8D4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D4E

Black with #AE8D4E

Text Example


Text Example

White with #AE8D4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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