Html Css Color HEX #AE8C4C Teak

📋 copy color: '#AE8C4C'

red 174 ◦ green 140 ◦ blue 76

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

Shades of Teak #AE8C4C

Tints of Teak #AE8C4C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 19.49%

R = 44.62%
G = 35.9%
B = 19.49%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE8C4C (or 0xAE8C4C) is known color: Teak. HEX triplet: AE, 8C and 4C. RGB value is (174,140,76). Sum of RGB (Red+Green+Blue) = 174+140+76=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 140 (55.08% from 255 or 35.90% from 390); Blue value is 76 (30.08% from 255 or 19.49% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8C4C is #5173B3. Grayscale: #8F8F8F. Windows color (decimal): -5338036 or 5016750. OLE color: 5016750.

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

Color convert

RGB 174 140 76 -
CMYK 0 0.20 0.56 0.32
HSL 39.18º 0.39% 0.49% -
HSV(B) 39.18º 0.56% 0.68% -
XYZ 28.14 28.28 10.81 -
YUV 142.87 90.26 150.2 -
System Red Green Blue C M Y K H S L
Decimal 174 140 76 0 0.20 0.56 0.32 39.18 0.39 0.49
Hex AE 8C 4C 0 14 38 20 27 27 31
Octal 256 214 114 0 24 70 40 47 47 61
Binary 10101110 10001100 1001100 0 10100 111000 100000 100111 100111 110001

Color Harmonies of #AE8C4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C4C

Black with #AE8C4C

Text Example


Text Example

White with #AE8C4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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