Html Css Color HEX #AE8C4A Teak

📋 copy color: '#AE8C4A'

red 174 ◦ green 140 ◦ blue 74

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

Shades of Teak #AE8C4A

Tints of Teak #AE8C4A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 19.07%

R = 44.85%
G = 36.08%
B = 19.07%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.57

 K value IS 0.32

RGB Variations

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

Color information

#AE8C4A (or 0xAE8C4A) is known color: Teak. HEX triplet: AE, 8C and 4A. RGB value is (174,140,74). Sum of RGB (Red+Green+Blue) = 174+140+74=388 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.85% from 388); Green value is 140 (55.08% from 255 or 36.08% from 388); Blue value is 74 (29.30% from 255 or 19.07% from 388); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C4A is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C4A is #5173B5. Grayscale: #8E8E8E. Windows color (decimal): -5338038 or 4885678. OLE color: 4885678.

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

Color convert

RGB 174 140 74 -
CMYK 0 0.20 0.57 0.32
HSL 39.6º 0.4% 0.49% -
HSV(B) 39.6º 0.57% 0.68% -
XYZ 28.07 28.25 10.45 -
YUV 142.64 89.26 150.37 -
System Red Green Blue C M Y K H S L
Decimal 174 140 74 0 0.20 0.57 0.32 39.6 0.4 0.49
Hex AE 8C 4A 0 14 39 20 28 28 31
Octal 256 214 112 0 24 71 40 50 50 61
Binary 10101110 10001100 1001010 0 10100 111001 100000 101000 101000 110001

Color Harmonies of #AE8C4A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C4A

Black with #AE8C4A

Text Example


Text Example

White with #AE8C4A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C4A; }

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

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

background-color css

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

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

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

border-color css

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

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

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