Html Css Color HEX #AE8A54 Teak

📋 copy color: '#AE8A54'

red 174 ◦ green 138 ◦ blue 84

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

Shades of Teak #AE8A54

Tints of Teak #AE8A54

RGB

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

 GREEN value IS 138 (54.3% from 255) = 34.85%

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

R = 43.94%
G = 34.85%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.52

 K value IS 0.32

RGB Variations

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

Color information

#AE8A54 (or 0xAE8A54) is known color: Teak. HEX triplet: AE, 8A and 54. RGB value is (174,138,84). Sum of RGB (Red+Green+Blue) = 174+138+84=396 (52% of max value = 765). Red value is 174 (68.36% from 255 or 43.94% from 396); Green value is 138 (54.30% from 255 or 34.85% from 396); Blue value is 84 (33.20% from 255 or 21.21% from 396); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A54 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A54 is #5175AB. Grayscale: #8E8E8E. Windows color (decimal): -5338540 or 5540526. OLE color: 5540526.

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

Color convert

RGB 174 138 84 -
CMYK 0 0.21 0.52 0.32
HSL 36º 0.36% 0.51% -
HSV(B) 36º 0.52% 0.68% -
XYZ 28.14 27.82 12.27 -
YUV 142.61 94.93 150.39 -
System Red Green Blue C M Y K H S L
Decimal 174 138 84 0 0.21 0.52 0.32 36 0.36 0.51
Hex AE 8A 54 0 15 34 20 24 24 33
Octal 256 212 124 0 25 64 40 44 44 63
Binary 10101110 10001010 1010100 0 10101 110100 100000 100100 100100 110011

Color Harmonies of #AE8A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8A54

Black with #AE8A54

Text Example


Text Example

White with #AE8A54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8A54; }

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

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

background-color css

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

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

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

border-color css

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

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

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