Html Css Color HEX #AE8F56 Teak

📋 copy color: '#AE8F56'

red 174 ◦ green 143 ◦ blue 86

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

Shades of Teak #AE8F56

Tints of Teak #AE8F56

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.48%

 BLUE value IS 86 (33.98% from 255) = 21.34%

R = 43.18%
G = 35.48%
B = 21.34%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE8F56 (or 0xAE8F56) is known color: Teak. HEX triplet: AE, 8F and 56. RGB value is (174,143,86). Sum of RGB (Red+Green+Blue) = 174+143+86=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 143 (56.25% from 255 or 35.48% from 403); Blue value is 86 (33.98% from 255 or 21.34% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F56 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8F56 is #5170A9. Grayscale: #929292. Windows color (decimal): -5337258 or 5672878. OLE color: 5672878.

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

Color convert

RGB 174 143 86 -
CMYK 0 0.18 0.51 0.32
HSL 38.86º 0.35% 0.51% -
HSV(B) 38.86º 0.51% 0.68% -
XYZ 28.96 29.32 12.94 -
YUV 145.77 94.27 148.13 -
System Red Green Blue C M Y K H S L
Decimal 174 143 86 0 0.18 0.51 0.32 38.86 0.35 0.51
Hex AE 8F 56 0 12 33 20 27 23 33
Octal 256 217 126 0 22 63 40 47 43 63
Binary 10101110 10001111 1010110 0 10010 110011 100000 100111 100011 110011

Color Harmonies of #AE8F56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F56

Black with #AE8F56

Text Example


Text Example

White with #AE8F56

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F56; }

 p { color: rgb(174,143,86); }

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

background-color css

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

 a { background-color: rgb(174,143,86); }

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

border-color css

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

 span { border-color: rgb(174,143,86); }

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