Html Css Color HEX #AE8358 Teak

📋 copy color: '#AE8358'

red 174 ◦ green 131 ◦ blue 88

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

Shades of Teak #AE8358

Tints of Teak #AE8358

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.33%

 BLUE value IS 88 (34.77% from 255) = 22.39%

R = 44.27%
G = 33.33%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.49

 K value IS 0.32

RGB Variations

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

Color information

#AE8358 (or 0xAE8358) is known color: Teak. HEX triplet: AE, 83 and 58. RGB value is (174,131,88). Sum of RGB (Red+Green+Blue) = 174+131+88=393 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.27% from 393); Green value is 131 (51.56% from 255 or 33.33% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8358 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8358 is #517CA7. Grayscale: #8B8B8B. Windows color (decimal): -5340328 or 5800878. OLE color: 5800878.

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

Color convert

RGB 174 131 88 -
CMYK 0 0.25 0.49 0.32
HSL 30º 0.35% 0.51% -
HSV(B) 30º 0.49% 0.68% -
XYZ 27.33 25.94 12.8 -
YUV 138.96 99.25 153 -
System Red Green Blue C M Y K H S L
Decimal 174 131 88 0 0.25 0.49 0.32 30 0.35 0.51
Hex AE 83 58 0 19 31 20 1E 23 33
Octal 256 203 130 0 31 61 40 36 43 63
Binary 10101110 10000011 1011000 0 11001 110001 100000 11110 100011 110011

Color Harmonies of #AE8358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8358

Black with #AE8358

Text Example


Text Example

White with #AE8358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8358; }

 p { color: rgb(174,131,88); }

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

background-color css

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

 a { background-color: rgb(174,131,88); }

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

border-color css

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

 span { border-color: rgb(174,131,88); }

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