Html Css Color HEX #AE8656 Teak

📋 copy color: '#AE8656'

red 174 ◦ green 134 ◦ blue 86

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

Shades of Teak #AE8656

Tints of Teak #AE8656

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.01%

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

R = 44.16%
G = 34.01%
B = 21.83%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE8656 (or 0xAE8656) is known color: Teak. HEX triplet: AE, 86 and 56. RGB value is (174,134,86). Sum of RGB (Red+Green+Blue) = 174+134+86=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 134 (52.73% from 255 or 34.01% from 394); Blue value is 86 (33.98% from 255 or 21.83% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8656 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8656 is #5179A9. Grayscale: #8C8C8C. Windows color (decimal): -5339562 or 5670574. OLE color: 5670574.

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

Color convert

RGB 174 134 86 -
CMYK 0 0.23 0.51 0.32
HSL 32.73º 0.35% 0.51% -
HSV(B) 32.73º 0.51% 0.68% -
XYZ 27.66 26.72 12.5 -
YUV 140.49 97.25 151.9 -
System Red Green Blue C M Y K H S L
Decimal 174 134 86 0 0.23 0.51 0.32 32.73 0.35 0.51
Hex AE 86 56 0 17 33 20 21 23 33
Octal 256 206 126 0 27 63 40 41 43 63
Binary 10101110 10000110 1010110 0 10111 110011 100000 100001 100011 110011

Color Harmonies of #AE8656

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8656

Black with #AE8656

Text Example


Text Example

White with #AE8656

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8656; }

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

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

background-color css

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

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

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

border-color css

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

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

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