Html Css Color HEX #AE8F55 Teak

📋 copy color: '#AE8F55'

red 174 ◦ green 143 ◦ blue 85

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

Shades of Teak #AE8F55

Tints of Teak #AE8F55

RGB

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

 GREEN value IS 143 (56.25% from 255) = 35.57%

 BLUE value IS 85 (33.59% from 255) = 21.14%

R = 43.28%
G = 35.57%
B = 21.14%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.51

 K value IS 0.32

RGB Variations

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

Color information

#AE8F55 (or 0xAE8F55) is known color: Teak. HEX triplet: AE, 8F and 55. RGB value is (174,143,85). Sum of RGB (Red+Green+Blue) = 174+143+85=402 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.28% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 85 (33.59% from 255 or 21.14% from 402); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F55 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8F55 is #5170AA. Grayscale: #919191. Windows color (decimal): -5337259 or 5607342. OLE color: 5607342.

HSL color Cylindrical-coordinate representation of color #AE8F55: hue angle of 39.1º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AE8F55 is Cyan = 0, Magento = 0.18, Yellow = 0.51 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 143 85 -
CMYK 0 0.18 0.51 0.32
HSL 39.1º 0.35% 0.51% -
HSV(B) 39.1º 0.51% 0.68% -
XYZ 28.92 29.3 12.73 -
YUV 145.66 93.77 148.22 -
System Red Green Blue C M Y K H S L
Decimal 174 143 85 0 0.18 0.51 0.32 39.1 0.35 0.51
Hex AE 8F 55 0 12 33 20 27 23 33
Octal 256 217 125 0 22 63 40 47 43 63
Binary 10101110 10001111 1010101 0 10010 110011 100000 100111 100011 110011

Color Harmonies of #AE8F55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F55

Black with #AE8F55

Text Example


Text Example

White with #AE8F55

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F55; }

 p { color: rgb(174,143,85); }

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

background-color css

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

 a { background-color: rgb(174,143,85); }

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

border-color css

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

 span { border-color: rgb(174,143,85); }

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