#AF8A4C

Color #AF8A4C Teak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Teak #AF8A4C

Tints of Teak #AF8A4C

Color information

#AF8A4C (or 0xAF8A4C) is unknown color: approx Teak. HEX triplet: AF, 8A and 4C. RGB value is (175,138,76). Sum of RGB (Red+Green+Blue) = 175+138+76=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 138 (54.30% from 255 or 35.48% from 389); Blue value is 76 (30.08% from 255 or 19.54% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8A4C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8A4C is #5075B3. Grayscale: #8E8E8E. Windows color (decimal): -5273012 or 5016239. OLE color: 5016239.

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

Color convert

RGB17513876-
CMYK00.210.570.31
HSL37.58º39.44%49.22%-
HSV(B)37.58º56.57%68.63%-
XYZ28.0727.8110.73-
YUV141.9990.76151.54-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.99%
GREEN value IS 138 (54.30% from 255) = 35.48%
BLUE value IS 76 (30.08% from 255) = 19.54%
R=44.99%
G=35.48%
B=19.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.57
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751387600.210.570.3137.5839.4449.22
HexAF8A4C015391F262731
Octal2572121140257137464761
Binary1010111110001010100110001010111100111111100110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8A4C; }

 p { color: rgb(175,138,76); }

 H1.HeaderClassName
 {
   color: #AF8A4C;
 }
 .AnyTagClassName
 {
   color: #AF8A4C;
 }
</style>
background-color css

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

 a { background-color: rgb(175,138,76); }

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

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

 span { border-color: rgb(175,138,76); }

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