Html Css Color HEX #AE8C54 Teak

📋 copy color: '#AE8C54'

red 174 ◦ green 140 ◦ blue 84

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

Shades of Teak #AE8C54

Tints of Teak #AE8C54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 21.11%

R = 43.72%
G = 35.18%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE8C54 (or 0xAE8C54) is known color: Teak. HEX triplet: AE, 8C and 54. RGB value is (174,140,84). Sum of RGB (Red+Green+Blue) = 174+140+84=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 140 (55.08% from 255 or 35.18% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C54 is #5173AB. Grayscale: #909090. Windows color (decimal): -5338028 or 5541038. OLE color: 5541038.

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

Color convert

RGB 174 140 84 -
CMYK 0 0.20 0.52 0.32
HSL 37.33º 0.36% 0.51% -
HSV(B) 37.33º 0.52% 0.68% -
XYZ 28.43 28.39 12.37 -
YUV 143.78 94.26 149.55 -
System Red Green Blue C M Y K H S L
Decimal 174 140 84 0 0.20 0.52 0.32 37.33 0.36 0.51
Hex AE 8C 54 0 14 34 20 25 24 33
Octal 256 214 124 0 24 64 40 45 44 63
Binary 10101110 10001100 1010100 0 10100 110100 100000 100101 100100 110011

Color Harmonies of #AE8C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C54

Black with #AE8C54

Text Example


Text Example

White with #AE8C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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