Html Css Color HEX #AE865A Teak

📋 copy color: '#AE865A'

red 174 ◦ green 134 ◦ blue 90

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

Shades of Teak #AE865A

Tints of Teak #AE865A

RGB

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

 GREEN value IS 134 (52.73% from 255) = 33.67%

 BLUE value IS 90 (35.55% from 255) = 22.61%

R = 43.72%
G = 33.67%
B = 22.61%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.48

 K value IS 0.32

RGB Variations

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

Color information

#AE865A (or 0xAE865A) is known color: Teak. HEX triplet: AE, 86 and 5A. RGB value is (174,134,90). Sum of RGB (Red+Green+Blue) = 174+134+90=398 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.72% from 398); Green value is 134 (52.73% from 255 or 33.67% from 398); Blue value is 90 (35.55% from 255 or 22.61% from 398); Max value from RGB is 174 - color contains mainly: red. Hex color #AE865A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE865A is #5179A5. Grayscale: #8D8D8D. Windows color (decimal): -5339558 or 5932718. OLE color: 5932718.

HSL color Cylindrical-coordinate representation of color #AE865A: hue angle of 31.43º 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 #AE865A is Cyan = 0, Magento = 0.23, Yellow = 0.48 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 134 90 -
CMYK 0 0.23 0.48 0.32
HSL 31.43º 0.34% 0.52% -
HSV(B) 31.43º 0.48% 0.68% -
XYZ 27.83 26.79 13.38 -
YUV 140.94 99.25 151.58 -
System Red Green Blue C M Y K H S L
Decimal 174 134 90 0 0.23 0.48 0.32 31.43 0.34 0.52
Hex AE 86 5A 0 17 30 20 1F 22 34
Octal 256 206 132 0 27 60 40 37 42 64
Binary 10101110 10000110 1011010 0 10111 110000 100000 11111 100010 110100

Color Harmonies of #AE865A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE865A

Black with #AE865A

Text Example


Text Example

White with #AE865A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE865A; }

 p { color: rgb(174,134,90); }

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

background-color css

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

 a { background-color: rgb(174,134,90); }

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

border-color css

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

 span { border-color: rgb(174,134,90); }

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