Html Css Color HEX #AE8B5D Teak

📋 copy color: '#AE8B5D'

red 174 ◦ green 139 ◦ blue 93

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

Shades of Teak #AE8B5D

Tints of Teak #AE8B5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 22.91%

R = 42.86%
G = 34.24%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.20

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE8B5D (or 0xAE8B5D) is known color: Teak. HEX triplet: AE, 8B and 5D. RGB value is (174,139,93). Sum of RGB (Red+Green+Blue) = 174+139+93=406 (53% of max value = 765). Red value is 174 (68.36% from 255 or 42.86% from 406); Green value is 139 (54.69% from 255 or 34.24% from 406); Blue value is 93 (36.72% from 255 or 22.91% from 406); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8B5D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8B5D is #5174A2. Grayscale: #909090. Windows color (decimal): -5338275 or 6130606. OLE color: 6130606.

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

Color convert

RGB 174 139 93 -
CMYK 0 0.20 0.47 0.32
HSL 34.07º 0.33% 0.52% -
HSV(B) 34.07º 0.47% 0.68% -
XYZ 28.66 28.25 14.3 -
YUV 144.22 99.1 149.24 -
System Red Green Blue C M Y K H S L
Decimal 174 139 93 0 0.20 0.47 0.32 34.07 0.33 0.52
Hex AE 8B 5D 0 14 2F 20 22 21 34
Octal 256 213 135 0 24 57 40 42 41 64
Binary 10101110 10001011 1011101 0 10100 101111 100000 100010 100001 110100

Color Harmonies of #AE8B5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8B5D

Black with #AE8B5D

Text Example


Text Example

White with #AE8B5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8B5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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