Html Css Color HEX #AE8C5B Teak

📋 copy color: '#AE8C5B'

red 174 ◦ green 140 ◦ blue 91

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

Shades of Teak #AE8C5B

Tints of Teak #AE8C5B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 34.57%

 BLUE value IS 91 (35.94% from 255) = 22.47%

R = 42.96%
G = 34.57%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE8C5B (or 0xAE8C5B) is known color: Teak. HEX triplet: AE, 8C and 5B. RGB value is (174,140,91). Sum of RGB (Red+Green+Blue) = 174+140+91=405 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.96% from 405); Green value is 140 (55.08% from 255 or 34.57% from 405); Blue value is 91 (35.94% from 255 or 22.47% from 405); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C5B is #5173A4. Grayscale: #909090. Windows color (decimal): -5338021 or 5999790. OLE color: 5999790.

HSL color Cylindrical-coordinate representation of color #AE8C5B: hue angle of 35.42º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AE8C5B is Cyan = 0, Magento = 0.20, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 140 91 -
CMYK 0 0.20 0.48 0.32
HSL 35.42º 0.34% 0.52% -
HSV(B) 35.42º 0.48% 0.68% -
XYZ 28.72 28.51 13.89 -
YUV 144.58 97.76 148.98 -
System Red Green Blue C M Y K H S L
Decimal 174 140 91 0 0.20 0.48 0.32 35.42 0.34 0.52
Hex AE 8C 5B 0 14 30 20 23 22 34
Octal 256 214 133 0 24 60 40 43 42 64
Binary 10101110 10001100 1011011 0 10100 110000 100000 100011 100010 110100

Color Harmonies of #AE8C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C5B

Black with #AE8C5B

Text Example


Text Example

White with #AE8C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C5B; }

 p { color: rgb(174,140,91); }

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

background-color css

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

 a { background-color: rgb(174,140,91); }

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

border-color css

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

 span { border-color: rgb(174,140,91); }

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