Html Css Color HEX #AE8E56 Teak

📋 copy color: '#AE8E56'

red 174 ◦ green 142 ◦ blue 86

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

Shades of Teak #AE8E56

Tints of Teak #AE8E56

RGB

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

 GREEN value IS 142 (55.86% from 255) = 35.32%

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

R = 43.28%
G = 35.32%
B = 21.39%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE8E56 (or 0xAE8E56) is known color: Teak. HEX triplet: AE, 8E and 56. RGB value is (174,142,86). Sum of RGB (Red+Green+Blue) = 174+142+86=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 142 (55.86% from 255 or 35.32% from 402); Blue value is 86 (33.98% from 255 or 21.39% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8E56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8E56 is #5171A9. Grayscale: #919191. Windows color (decimal): -5337514 or 5672622. OLE color: 5672622.

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

Color convert

RGB 174 142 86 -
CMYK 0 0.18 0.51 0.32
HSL 38.18º 0.35% 0.51% -
HSV(B) 38.18º 0.51% 0.68% -
XYZ 28.81 29.02 12.89 -
YUV 145.18 94.6 148.55 -
System Red Green Blue C M Y K H S L
Decimal 174 142 86 0 0.18 0.51 0.32 38.18 0.35 0.51
Hex AE 8E 56 0 12 33 20 26 23 33
Octal 256 216 126 0 22 63 40 46 43 63
Binary 10101110 10001110 1010110 0 10010 110011 100000 100110 100011 110011

Color Harmonies of #AE8E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8E56

Black with #AE8E56

Text Example


Text Example

White with #AE8E56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8E56; }

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

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

background-color css

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

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

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

border-color css

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

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

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