Html Css Color HEX #AE8A5B Teak

📋 copy color: '#AE8A5B'

red 174 ◦ green 138 ◦ blue 91

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

Shades of Teak #AE8A5B

Tints of Teak #AE8A5B

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.24%

 BLUE value IS 91 (35.94% from 255) = 22.58%

R = 43.18%
G = 34.24%
B = 22.58%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE8A5B (or 0xAE8A5B) is known color: Teak. HEX triplet: AE, 8A and 5B. RGB value is (174,138,91). Sum of RGB (Red+Green+Blue) = 174+138+91=403 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.18% from 403); Green value is 138 (54.30% from 255 or 34.24% from 403); Blue value is 91 (35.94% from 255 or 22.58% from 403); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A5B is #5175A4. Grayscale: #8F8F8F. Windows color (decimal): -5338533 or 5999278. OLE color: 5999278.

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

Color convert

RGB 174 138 91 -
CMYK 0 0.21 0.48 0.32
HSL 33.98º 0.34% 0.52% -
HSV(B) 33.98º 0.48% 0.68% -
XYZ 28.43 27.93 13.79 -
YUV 143.41 98.43 149.82 -
System Red Green Blue C M Y K H S L
Decimal 174 138 91 0 0.21 0.48 0.32 33.98 0.34 0.52
Hex AE 8A 5B 0 15 30 20 22 22 34
Octal 256 212 133 0 25 60 40 42 42 64
Binary 10101110 10001010 1011011 0 10101 110000 100000 100010 100010 110100

Color Harmonies of #AE8A5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8A5B

Black with #AE8A5B

Text Example


Text Example

White with #AE8A5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8A5B; }

 p { color: rgb(174,138,91); }

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

background-color css

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

 a { background-color: rgb(174,138,91); }

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

border-color css

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

 span { border-color: rgb(174,138,91); }

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