Html Css Color HEX #AE8C4D Teak

📋 copy color: '#AE8C4D'

red 174 ◦ green 140 ◦ blue 77

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

Shades of Teak #AE8C4D

Tints of Teak #AE8C4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.69%

R = 44.5%
G = 35.81%
B = 19.69%

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

#AE8C4D (or 0xAE8C4D) is known color: Teak. HEX triplet: AE, 8C and 4D. RGB value is (174,140,77). Sum of RGB (Red+Green+Blue) = 174+140+77=391 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.50% from 391); Green value is 140 (55.08% from 255 or 35.81% from 391); Blue value is 77 (30.47% from 255 or 19.69% from 391); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8C4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8C4D is #5173B2. Grayscale: #8F8F8F. Windows color (decimal): -5338035 or 5082286. OLE color: 5082286.

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

Color convert

RGB 174 140 77 -
CMYK 0 0.20 0.56 0.32
HSL 38.97º 0.39% 0.49% -
HSV(B) 38.97º 0.56% 0.68% -
XYZ 28.17 28.29 11 -
YUV 142.98 90.76 150.12 -
System Red Green Blue C M Y K H S L
Decimal 174 140 77 0 0.20 0.56 0.32 38.97 0.39 0.49
Hex AE 8C 4D 0 14 38 20 27 27 31
Octal 256 214 115 0 24 70 40 47 47 61
Binary 10101110 10001100 1001101 0 10100 111000 100000 100111 100111 110001

Color Harmonies of #AE8C4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8C4D

Black with #AE8C4D

Text Example


Text Example

White with #AE8C4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8C4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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