Html Css Color HEX #AF8959 Teak

📋 copy color: '#AF8959'

red 175 ◦ green 137 ◦ blue 89

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

Shades of Teak #AF8959

Tints of Teak #AF8959

RGB

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

 GREEN value IS 137 (53.91% from 255) = 34.16%

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

R = 43.64%
G = 34.16%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.49

 K value IS 0.31

RGB Variations

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

Color information

#AF8959 (or 0xAF8959) is known color: Teak. HEX triplet: AF, 89 and 59. RGB value is (175,137,89). Sum of RGB (Red+Green+Blue) = 175+137+89=401 (53% of max value = 765). Red value is 175 (68.75% from 255 or 43.64% from 401); Green value is 137 (53.91% from 255 or 34.16% from 401); Blue value is 89 (35.16% from 255 or 22.19% from 401); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8959 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8959 is #5076A6. Grayscale: #8F8F8F. Windows color (decimal): -5273255 or 5867951. OLE color: 5867951.

HSL color Cylindrical-coordinate representation of color #AF8959: hue angle of 33.49º 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 #AF8959 is Cyan = 0, Magento = 0.22, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 137 89 -
CMYK 0 0.22 0.49 0.31
HSL 33.49º 0.35% 0.52% -
HSV(B) 33.49º 0.49% 0.69% -
XYZ 28.43 27.73 13.3 -
YUV 142.89 97.59 150.9 -
System Red Green Blue C M Y K H S L
Decimal 175 137 89 0 0.22 0.49 0.31 33.49 0.35 0.52
Hex AF 89 59 0 16 31 1F 21 23 34
Octal 257 211 131 0 26 61 37 41 43 64
Binary 10101111 10001001 1011001 0 10110 110001 11111 100001 100011 110100

Color Harmonies of #AF8959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8959

Black with #AF8959

Text Example


Text Example

White with #AF8959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8959; }

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

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

background-color css

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

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

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

border-color css

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

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

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