Html Css Color HEX #AE8B57 Teak

📋 copy color: '#AE8B57'

red 174 ◦ green 139 ◦ blue 87

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

Shades of Teak #AE8B57

Tints of Teak #AE8B57

RGB

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

 GREEN value IS 139 (54.69% from 255) = 34.75%

 BLUE value IS 87 (34.38% from 255) = 21.75%

R = 43.5%
G = 34.75%
B = 21.75%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.5

 K value IS 0.32

RGB Variations

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

Color information

#AE8B57 (or 0xAE8B57) is known color: Teak. HEX triplet: AE, 8B and 57. RGB value is (174,139,87). Sum of RGB (Red+Green+Blue) = 174+139+87=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 139 (54.69% from 255 or 34.75% from 400); Blue value is 87 (34.38% from 255 or 21.75% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B57 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8B57 is #5174A8. Grayscale: #8F8F8F. Windows color (decimal): -5338281 or 5737390. OLE color: 5737390.

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

Color convert

RGB 174 139 87 -
CMYK 0 0.20 0.5 0.32
HSL 35.86º 0.35% 0.51% -
HSV(B) 35.86º 0.5% 0.68% -
XYZ 28.41 28.15 12.95 -
YUV 143.54 96.1 149.73 -
System Red Green Blue C M Y K H S L
Decimal 174 139 87 0 0.20 0.5 0.32 35.86 0.35 0.51
Hex AE 8B 57 0 14 32 20 24 23 33
Octal 256 213 127 0 24 62 40 44 43 63
Binary 10101110 10001011 1010111 0 10100 110010 100000 100100 100011 110011

Color Harmonies of #AE8B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8B57

Black with #AE8B57

Text Example


Text Example

White with #AE8B57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8B57; }

 p { color: rgb(174,139,87); }

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

background-color css

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

 a { background-color: rgb(174,139,87); }

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

border-color css

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

 span { border-color: rgb(174,139,87); }

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