Html Css Color HEX #AE865C Teak

📋 copy color: '#AE865C'

red 174 ◦ green 134 ◦ blue 92

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

Shades of Teak #AE865C

Tints of Teak #AE865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 23%

R = 43.5%
G = 33.5%
B = 23%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE865C (or 0xAE865C) is known color: Teak. HEX triplet: AE, 86 and 5C. RGB value is (174,134,92). Sum of RGB (Red+Green+Blue) = 174+134+92=400 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.5% from 400); Green value is 134 (52.73% from 255 or 33.5% from 400); Blue value is 92 (36.33% from 255 or 23% from 400); Max value from RGB is 174 - color contains mainly: red. Hex color #AE865C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE865C is #5179A3. Grayscale: #8D8D8D. Windows color (decimal): -5339556 or 6063790. OLE color: 6063790.

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

Color convert

RGB 174 134 92 -
CMYK 0 0.23 0.47 0.32
HSL 30.73º 0.34% 0.52% -
HSV(B) 30.73º 0.47% 0.68% -
XYZ 27.91 26.82 13.83 -
YUV 141.17 100.25 151.42 -
System Red Green Blue C M Y K H S L
Decimal 174 134 92 0 0.23 0.47 0.32 30.73 0.34 0.52
Hex AE 86 5C 0 17 2F 20 1F 22 34
Octal 256 206 134 0 27 57 40 37 42 64
Binary 10101110 10000110 1011100 0 10111 101111 100000 11111 100010 110100

Color Harmonies of #AE865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE865C

Black with #AE865C

Text Example


Text Example

White with #AE865C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE865C; }

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

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

background-color css

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

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

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

border-color css

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

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

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