Html Css Color HEX #AE8D4F Teak

📋 copy color: '#AE8D4F'

red 174 ◦ green 141 ◦ blue 79

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

Shades of Teak #AE8D4F

Tints of Teak #AE8D4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 20.05%

R = 44.16%
G = 35.79%
B = 20.05%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE8D4F (or 0xAE8D4F) is known color: Teak. HEX triplet: AE, 8D and 4F. RGB value is (174,141,79). Sum of RGB (Red+Green+Blue) = 174+141+79=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 141 (55.47% from 255 or 35.79% from 394); Blue value is 79 (31.25% from 255 or 20.05% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8D4F is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8D4F is #5172B0. Grayscale: #909090. Windows color (decimal): -5337777 or 5213614. OLE color: 5213614.

HSL color Cylindrical-coordinate representation of color #AE8D4F: hue angle of 39.16º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE8D4F is Cyan = 0, Magento = 0.19, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 141 79 -
CMYK 0 0.19 0.55 0.32
HSL 39.16º 0.38% 0.5% -
HSV(B) 39.16º 0.55% 0.68% -
XYZ 28.39 28.61 11.42 -
YUV 143.8 91.43 149.54 -
System Red Green Blue C M Y K H S L
Decimal 174 141 79 0 0.19 0.55 0.32 39.16 0.38 0.5
Hex AE 8D 4F 0 13 37 20 27 26 32
Octal 256 215 117 0 23 67 40 47 46 62
Binary 10101110 10001101 1001111 0 10011 110111 100000 100111 100110 110010

Color Harmonies of #AE8D4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8D4F

Black with #AE8D4F

Text Example


Text Example

White with #AE8D4F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8D4F; }

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

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

background-color css

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

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

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

border-color css

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

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

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