Html Css Color HEX #AE8F54 Teak

📋 copy color: '#AE8F54'

red 174 ◦ green 143 ◦ blue 84

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

Shades of Teak #AE8F54

Tints of Teak #AE8F54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 20.95%

R = 43.39%
G = 35.66%
B = 20.95%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE8F54 (or 0xAE8F54) is known color: Teak. HEX triplet: AE, 8F and 54. RGB value is (174,143,84). Sum of RGB (Red+Green+Blue) = 174+143+84=401 (53% of max value = 765). Red value is 174 (68.36% from 255 or 43.39% from 401); Green value is 143 (56.25% from 255 or 35.66% from 401); Blue value is 84 (33.20% from 255 or 20.95% from 401); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8F54 is #5170AB. Grayscale: #919191. Windows color (decimal): -5337260 or 5541806. OLE color: 5541806.

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

Color convert

RGB 174 143 84 -
CMYK 0 0.18 0.52 0.32
HSL 39.33º 0.36% 0.51% -
HSV(B) 39.33º 0.52% 0.68% -
XYZ 28.88 29.28 12.52 -
YUV 145.54 93.27 148.3 -
System Red Green Blue C M Y K H S L
Decimal 174 143 84 0 0.18 0.52 0.32 39.33 0.36 0.51
Hex AE 8F 54 0 12 34 20 27 24 33
Octal 256 217 124 0 22 64 40 47 44 63
Binary 10101110 10001111 1010100 0 10010 110100 100000 100111 100100 110011

Color Harmonies of #AE8F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F54

Black with #AE8F54

Text Example


Text Example

White with #AE8F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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