Html Css Color HEX #AE8A4E Teak

📋 copy color: '#AE8A4E'

red 174 ◦ green 138 ◦ blue 78

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

Shades of Teak #AE8A4E

Tints of Teak #AE8A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 20%

R = 44.62%
G = 35.38%
B = 20%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.55

 K value IS 0.32

RGB Variations

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

Color information

#AE8A4E (or 0xAE8A4E) is known color: Teak. HEX triplet: AE, 8A and 4E. RGB value is (174,138,78). Sum of RGB (Red+Green+Blue) = 174+138+78=390 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.62% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 78 (30.86% from 255 or 20% from 390); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A4E is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A4E is #5175B1. Grayscale: #8E8E8E. Windows color (decimal): -5338546 or 5147310. OLE color: 5147310.

HSL color Cylindrical-coordinate representation of color #AE8A4E: hue angle of 37.5º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AE8A4E is Cyan = 0, Magento = 0.21, Yellow = 0.55 and Black (K on CMYK) = 0.32.

Color convert

RGB 174 138 78 -
CMYK 0 0.21 0.55 0.32
HSL 37.5º 0.38% 0.49% -
HSV(B) 37.5º 0.55% 0.68% -
XYZ 27.92 27.73 11.09 -
YUV 141.92 91.93 150.88 -
System Red Green Blue C M Y K H S L
Decimal 174 138 78 0 0.21 0.55 0.32 37.5 0.38 0.49
Hex AE 8A 4E 0 15 37 20 26 26 31
Octal 256 212 116 0 25 67 40 46 46 61
Binary 10101110 10001010 1001110 0 10101 110111 100000 100110 100110 110001

Color Harmonies of #AE8A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8A4E

Black with #AE8A4E

Text Example


Text Example

White with #AE8A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8A4E; }

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

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

background-color css

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

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

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

border-color css

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

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

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