Html Css Color HEX #AE8A50 Teak

📋 copy color: '#AE8A50'

red 174 ◦ green 138 ◦ blue 80

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

Shades of Teak #AE8A50

Tints of Teak #AE8A50

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 20.41%

R = 44.39%
G = 35.2%
B = 20.41%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.54

 K value IS 0.32

RGB Variations

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

Color information

#AE8A50 (or 0xAE8A50) is known color: Teak. HEX triplet: AE, 8A and 50. RGB value is (174,138,80). Sum of RGB (Red+Green+Blue) = 174+138+80=392 (51% of max value = 765). Red value is 174 (68.36% from 255 or 44.39% from 392); Green value is 138 (54.30% from 255 or 35.20% from 392); Blue value is 80 (31.64% from 255 or 20.41% from 392); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8A50 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8A50 is #5175AF. Grayscale: #8E8E8E. Windows color (decimal): -5338544 or 5278382. OLE color: 5278382.

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

Color convert

RGB 174 138 80 -
CMYK 0 0.21 0.54 0.32
HSL 37.02º 0.37% 0.5% -
HSV(B) 37.02º 0.54% 0.68% -
XYZ 27.99 27.75 11.47 -
YUV 142.15 92.93 150.72 -
System Red Green Blue C M Y K H S L
Decimal 174 138 80 0 0.21 0.54 0.32 37.02 0.37 0.5
Hex AE 8A 50 0 15 36 20 25 25 32
Octal 256 212 120 0 25 66 40 45 45 62
Binary 10101110 10001010 1010000 0 10101 110110 100000 100101 100101 110010

Color Harmonies of #AE8A50

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8A50

Black with #AE8A50

Text Example


Text Example

White with #AE8A50

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8A50; }

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

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

background-color css

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

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

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

border-color css

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

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

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