Html Css Color HEX #AF8857 Teak

📋 copy color: '#AF8857'

red 175 ◦ green 136 ◦ blue 87

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

Shades of Teak #AF8857

Tints of Teak #AF8857

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 21.86%

R = 43.97%
G = 34.17%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.50

 K value IS 0.31

RGB Variations

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

Color information

#AF8857 (or 0xAF8857) is known color: Teak. HEX triplet: AF, 88 and 57. RGB value is (175,136,87). Sum of RGB (Red+Green+Blue) = 175+136+87=398 (52% of max value = 765). Red value is 175 (68.75% from 255 or 43.97% from 398); Green value is 136 (53.52% from 255 or 34.17% from 398); Blue value is 87 (34.38% from 255 or 21.86% from 398); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8857 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #AF8857 is #5077A8. Grayscale: #8E8E8E. Windows color (decimal): -5273513 or 5736623. OLE color: 5736623.

HSL color Cylindrical-coordinate representation of color #AF8857: hue angle of 33.41º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF8857 is Cyan = 0, Magento = 0.22, Yellow = 0.50 and Black (K on CMYK) = 0.31.

Color convert

RGB 175 136 87 -
CMYK 0 0.22 0.50 0.31
HSL 33.41º 0.35% 0.51% -
HSV(B) 33.41º 0.5% 0.69% -
XYZ 28.2 27.41 12.82 -
YUV 142.08 96.92 151.48 -
System Red Green Blue C M Y K H S L
Decimal 175 136 87 0 0.22 0.50 0.31 33.41 0.35 0.51
Hex AF 88 57 0 16 32 1F 21 23 33
Octal 257 210 127 0 26 62 37 41 43 63
Binary 10101111 10001000 1010111 0 10110 110010 11111 100001 100011 110011

Color Harmonies of #AF8857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AF8857

Black with #AF8857

Text Example


Text Example

White with #AF8857

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AF8857; }

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

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

background-color css

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

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

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

border-color css

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

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

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