Html Css Color HEX #AE9155 Teak

📋 copy color: '#AE9155'

red 174 ◦ green 145 ◦ blue 85

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

Shades of Teak #AE9155

Tints of Teak #AE9155

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.89%

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

R = 43.07%
G = 35.89%
B = 21.04%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE9155 (or 0xAE9155) is known color: Teak. HEX triplet: AE, 91 and 55. RGB value is (174,145,85). Sum of RGB (Red+Green+Blue) = 174+145+85=404 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.07% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 85 (33.59% from 255 or 21.04% from 404); Max value from RGB is 174 - color contains mainly: red. Hex color #AE9155 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE9155 is #516EAA. Grayscale: #939393. Windows color (decimal): -5336747 or 5607854. OLE color: 5607854.

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

Color convert

RGB 174 145 85 -
CMYK 0 0.17 0.51 0.32
HSL 40.45º 0.35% 0.51% -
HSV(B) 40.45º 0.51% 0.68% -
XYZ 29.22 29.91 12.83 -
YUV 146.83 93.11 147.38 -
System Red Green Blue C M Y K H S L
Decimal 174 145 85 0 0.17 0.51 0.32 40.45 0.35 0.51
Hex AE 91 55 0 11 33 20 28 23 33
Octal 256 221 125 0 21 63 40 50 43 63
Binary 10101110 10010001 1010101 0 10001 110011 100000 101000 100011 110011

Color Harmonies of #AE9155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE9155

Black with #AE9155

Text Example


Text Example

White with #AE9155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE9155; }

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

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

background-color css

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

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

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

border-color css

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

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

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