Html Css Color HEX #AE9355 Teak

📋 copy color: '#AE9355'

red 174 ◦ green 147 ◦ blue 85

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

Shades of Teak #AE9355

Tints of Teak #AE9355

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.21%

 BLUE value IS 85 (33.59% from 255) = 20.94%

R = 42.86%
G = 36.21%
B = 20.94%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE9355 (or 0xAE9355) is known color: Teak. HEX triplet: AE, 93 and 55. RGB value is (174,147,85). Sum of RGB (Red+Green+Blue) = 174+147+85=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 85 (33.59% from 255 or 20.94% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9355 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9355 is #516CAA. Grayscale: #949494. Windows color (decimal): -5336235 or 5608366. OLE color: 5608366.

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

Color convert

RGB 174 147 85 -
CMYK 0 0.16 0.51 0.32
HSL 41.8º 0.35% 0.51% -
HSV(B) 41.8º 0.51% 0.68% -
XYZ 29.53 30.52 12.93 -
YUV 148.01 92.45 146.54 -
System Red Green Blue C M Y K H S L
Decimal 174 147 85 0 0.16 0.51 0.32 41.8 0.35 0.51
Hex AE 93 55 0 10 33 20 2A 23 33
Octal 256 223 125 0 20 63 40 52 43 63
Binary 10101110 10010011 1010101 0 10000 110011 100000 101010 100011 110011

Color Harmonies of #AE9355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9355

Black with #AE9355

Text Example


Text Example

White with #AE9355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9355; }

 p { color: rgb(174,147,85); }

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

background-color css

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

 a { background-color: rgb(174,147,85); }

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

border-color css

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

 span { border-color: rgb(174,147,85); }

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