Html Css Color HEX #AF8859 Teak

📋 copy color: '#AF8859'

red 175 ◦ green 136 ◦ blue 89

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

Shades of Teak #AF8859

Tints of Teak #AF8859

RGB

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

 GREEN value IS 136 (53.52% from 255) = 34%

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

R = 43.75%
G = 34%
B = 22.25%

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

#AF8859 (or 0xAF8859) is known color: Teak. HEX triplet: AF, 88 and 59. RGB value is (175,136,89). Sum of RGB (Red+Green+Blue) = 175+136+89=400 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.75% from 400); Green value is 136 (53.52% from 255 or 34% from 400); Blue value is 89 (35.16% from 255 or 22.25% from 400); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8859 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8859 is #5077A6. Grayscale: #8E8E8E. Windows color (decimal): -5273511 or 5867695. OLE color: 5867695.

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

Color convert

RGB 175 136 89 -
CMYK 0 0.22 0.49 0.31
HSL 32.79º 0.35% 0.52% -
HSV(B) 32.79º 0.49% 0.69% -
XYZ 28.29 27.44 13.26 -
YUV 142.3 97.92 151.32 -
System Red Green Blue C M Y K H S L
Decimal 175 136 89 0 0.22 0.49 0.31 32.79 0.35 0.52
Hex AF 88 59 0 16 31 1F 21 23 34
Octal 257 210 131 0 26 61 37 41 43 64
Binary 10101111 10001000 1011001 0 10110 110001 11111 100001 100011 110100

Color Harmonies of #AF8859

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8859

Black with #AF8859

Text Example


Text Example

White with #AF8859

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8859; }

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

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

background-color css

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

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

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

border-color css

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

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

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