Html Css Color HEX #AE8D56 Teak

📋 copy color: '#AE8D56'

red 174 ◦ green 141 ◦ blue 86

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

Shades of Teak #AE8D56

Tints of Teak #AE8D56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 21.45%

R = 43.39%
G = 35.16%
B = 21.45%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE8D56 (or 0xAE8D56) is known color: Teak. HEX triplet: AE, 8D and 56. RGB value is (174,141,86). Sum of RGB (Red+Green+Blue) = 174+141+86=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 86 (33.98% from 255 or 21.45% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D56 is #5172A9. Grayscale: #909090. Windows color (decimal): -5337770 or 5672366. OLE color: 5672366.

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

Color convert

RGB 174 141 86 -
CMYK 0 0.19 0.51 0.32
HSL 37.5º 0.35% 0.51% -
HSV(B) 37.5º 0.51% 0.68% -
XYZ 28.66 28.72 12.84 -
YUV 144.6 94.93 148.97 -
System Red Green Blue C M Y K H S L
Decimal 174 141 86 0 0.19 0.51 0.32 37.5 0.35 0.51
Hex AE 8D 56 0 13 33 20 26 23 33
Octal 256 215 126 0 23 63 40 46 43 63
Binary 10101110 10001101 1010110 0 10011 110011 100000 100110 100011 110011

Color Harmonies of #AE8D56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D56

Black with #AE8D56

Text Example


Text Example

White with #AE8D56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D56; }

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

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

background-color css

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

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

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

border-color css

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

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

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