Html Css Color HEX #AE8C50 Teak

📋 copy color: '#AE8C50'

red 174 ◦ green 140 ◦ blue 80

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

Shades of Teak #AE8C50

Tints of Teak #AE8C50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.3%

R = 44.16%
G = 35.53%
B = 20.3%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE8C50 (or 0xAE8C50) is known color: Teak. HEX triplet: AE, 8C and 50. RGB value is (174,140,80). Sum of RGB (Red+Green+Blue) = 174+140+80=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 140 (55.08% from 255 or 35.53% from 394); Blue value is 80 (31.64% from 255 or 20.30% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C50 is #5173AF. Grayscale: #8F8F8F. Windows color (decimal): -5338032 or 5278894. OLE color: 5278894.

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

Color convert

RGB 174 140 80 -
CMYK 0 0.20 0.54 0.32
HSL 38.3º 0.37% 0.5% -
HSV(B) 38.3º 0.54% 0.68% -
XYZ 28.28 28.33 11.57 -
YUV 143.33 92.26 149.88 -
System Red Green Blue C M Y K H S L
Decimal 174 140 80 0 0.20 0.54 0.32 38.3 0.37 0.5
Hex AE 8C 50 0 14 36 20 26 25 32
Octal 256 214 120 0 24 66 40 46 45 62
Binary 10101110 10001100 1010000 0 10100 110110 100000 100110 100101 110010

Color Harmonies of #AE8C50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C50

Black with #AE8C50

Text Example


Text Example

White with #AE8C50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C50; }

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

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

background-color css

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

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

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

border-color css

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

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

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