Html Css Color HEX #AF8E59 Teak

📋 copy color: '#AF8E59'

red 175 ◦ green 142 ◦ blue 89

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

Shades of Teak #AF8E59

Tints of Teak #AF8E59

RGB

 RED value IS 175 (68.75% from 255) = 43.1%

 GREEN value IS 142 (55.86% from 255) = 34.98%

 BLUE value IS 89 (35.16% from 255) = 21.92%

R = 43.1%
G = 34.98%
B = 21.92%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF8E59 (or 0xAF8E59) is known color: Teak. HEX triplet: AF, 8E and 59. RGB value is (175,142,89). Sum of RGB (Red+Green+Blue) = 175+142+89=406 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.10% from 406); Green value is 142 (55.86% from 255 or 34.98% from 406); Blue value is 89 (35.16% from 255 or 21.92% from 406); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E59 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8E59 is #5071A6. Grayscale: #929292. Windows color (decimal): -5271975 or 5869231. OLE color: 5869231.

HSL color Cylindrical-coordinate representation of color #AF8E59: hue angle of 36.98º degrees, saturation: 0.35, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF8E59 is Cyan = 0, Magento = 0.19, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 142 89 -
CMYK 0 0.19 0.49 0.31
HSL 36.98º 0.35% 0.52% -
HSV(B) 36.98º 0.49% 0.69% -
XYZ 29.16 29.18 13.55 -
YUV 145.83 95.93 148.81 -
System Red Green Blue C M Y K H S L
Decimal 175 142 89 0 0.19 0.49 0.31 36.98 0.35 0.52
Hex AF 8E 59 0 13 31 1F 25 23 34
Octal 257 216 131 0 23 61 37 45 43 64
Binary 10101111 10001110 1011001 0 10011 110001 11111 100101 100011 110100

Color Harmonies of #AF8E59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8E59

Black with #AF8E59

Text Example


Text Example

White with #AF8E59

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8E59; }

 p { color: rgb(175,142,89); }

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

background-color css

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

 a { background-color: rgb(175,142,89); }

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

border-color css

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

 span { border-color: rgb(175,142,89); }

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