#AF8E3F

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

Shades of Turmeric #AF8E3F

Tints of Turmeric #AF8E3F

Color information

#AF8E3F (or 0xAF8E3F) is unknown color: approx Turmeric. HEX triplet: AF, 8E and 3F. RGB value is (175,142,63). Sum of RGB (Red+Green+Blue) = 175+142+63=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 142 (55.86% from 255 or 37.37% from 380); Blue value is 63 (25% from 255 or 16.58% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF8E3F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF8E3F is #5071C0. Grayscale: #8F8F8F. Windows color (decimal): -5272001 or 4165295. OLE color: 4165295.

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

Color convert

RGB17514263-
CMYK00.190.640.31
HSL42.32º47.06%46.67%-
HSV(B)42.32º64%68.63%-
XYZ28.2528.828.78-
YUV142.8682.93150.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 142 (55.86% from 255) = 37.37%
BLUE value IS 63 (25% from 255) = 16.58%
R=46.05%
G=37.37%
B=16.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751426300.190.640.3142.3247.0646.67
HexAF8E3F013401F2a2f2f
Octal2572167702310037525757
Binary1010111110001110111111010011100000011111101010101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF8E3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF8E3F; }

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

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

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

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

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

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

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

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