Html Css Color HEX #AE8D4C Teak

📋 copy color: '#AE8D4C'

red 174 ◦ green 141 ◦ blue 76

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

Shades of Teak #AE8D4C

Tints of Teak #AE8D4C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 36.06%

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

R = 44.5%
G = 36.06%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE8D4C (or 0xAE8D4C) is known color: Teak. HEX triplet: AE, 8D and 4C. RGB value is (174,141,76). Sum of RGB (Red+Green+Blue) = 174+141+76=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 141 (55.47% from 255 or 36.06% from 391); Blue value is 76 (30.08% from 255 or 19.44% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AE8D4C is #5172B3. Grayscale: #8F8F8F. Windows color (decimal): -5337780 or 5017006. OLE color: 5017006.

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

Color convert

RGB 174 141 76 -
CMYK 0 0.19 0.56 0.32
HSL 39.8º 0.39% 0.49% -
HSV(B) 39.8º 0.56% 0.68% -
XYZ 28.28 28.57 10.86 -
YUV 143.46 89.93 149.79 -
System Red Green Blue C M Y K H S L
Decimal 174 141 76 0 0.19 0.56 0.32 39.8 0.39 0.49
Hex AE 8D 4C 0 13 38 20 28 27 31
Octal 256 215 114 0 23 70 40 50 47 61
Binary 10101110 10001101 1001100 0 10011 111000 100000 101000 100111 110001

Color Harmonies of #AE8D4C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D4C

Black with #AE8D4C

Text Example


Text Example

White with #AE8D4C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D4C; }

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

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

background-color css

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

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

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

border-color css

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

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

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