Html Css Color HEX #AE885C Teak

📋 copy color: '#AE885C'

red 174 ◦ green 136 ◦ blue 92

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

Shades of Teak #AE885C

Tints of Teak #AE885C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 33.83%

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

R = 43.28%
G = 33.83%
B = 22.89%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.47

 K value IS 0.32

RGB Variations

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

Color information

#AE885C (or 0xAE885C) is known color: Teak. HEX triplet: AE, 88 and 5C. RGB value is (174,136,92). Sum of RGB (Red+Green+Blue) = 174+136+92=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 136 (53.52% from 255 or 33.83% from 402); Blue value is 92 (36.33% from 255 or 22.89% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE885C is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE885C is #5177A3. Grayscale: #8E8E8E. Windows color (decimal): -5339044 or 6064302. OLE color: 6064302.

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

Color convert

RGB 174 136 92 -
CMYK 0 0.22 0.47 0.32
HSL 32.2º 0.34% 0.52% -
HSV(B) 32.2º 0.47% 0.68% -
XYZ 28.19 27.38 13.92 -
YUV 142.35 99.59 150.58 -
System Red Green Blue C M Y K H S L
Decimal 174 136 92 0 0.22 0.47 0.32 32.2 0.34 0.52
Hex AE 88 5C 0 16 2F 20 20 22 34
Octal 256 210 134 0 26 57 40 40 42 64
Binary 10101110 10001000 1011100 0 10110 101111 100000 100000 100010 110100

Color Harmonies of #AE885C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE885C

Black with #AE885C

Text Example


Text Example

White with #AE885C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE885C; }

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

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

background-color css

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

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

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

border-color css

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

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

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