Html Css Color HEX #AE8F4D Teak

📋 copy color: '#AE8F4D'

red 174 ◦ green 143 ◦ blue 77

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

Shades of Teak #AE8F4D

Tints of Teak #AE8F4D

RGB

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

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

 BLUE value IS 77 (30.47% from 255) = 19.54%

R = 44.16%
G = 36.29%
B = 19.54%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.56

 K value IS 0.32

RGB Variations

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

Color information

#AE8F4D (or 0xAE8F4D) is known color: Teak. HEX triplet: AE, 8F and 4D. RGB value is (174,143,77). Sum of RGB (Red+Green+Blue) = 174+143+77=394 (52% of max value = 765). Red value is 174 (68.36% from 255 or 44.16% from 394); Green value is 143 (56.25% from 255 or 36.29% from 394); Blue value is 77 (30.47% from 255 or 19.54% from 394); Max value from RGB is 174 - color contains mainly: red. Hex color #AE8F4D is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AE8F4D is #5170B2. Grayscale: #919191. Windows color (decimal): -5337267 or 5083054. OLE color: 5083054.

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

Color convert

RGB 174 143 77 -
CMYK 0 0.18 0.56 0.32
HSL 40.82º 0.39% 0.49% -
HSV(B) 40.82º 0.56% 0.68% -
XYZ 28.62 29.18 11.15 -
YUV 144.75 89.77 148.87 -
System Red Green Blue C M Y K H S L
Decimal 174 143 77 0 0.18 0.56 0.32 40.82 0.39 0.49
Hex AE 8F 4D 0 12 38 20 29 27 31
Octal 256 217 115 0 22 70 40 51 47 61
Binary 10101110 10001111 1001101 0 10010 111000 100000 101001 100111 110001

Color Harmonies of #AE8F4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AE8F4D

Black with #AE8F4D

Text Example


Text Example

White with #AE8F4D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AE8F4D; }

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

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

background-color css

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

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

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

border-color css

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

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

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