#af913f

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

Shades of Turmeric #AF913F

Tints of Turmeric #AF913F

Color information

#AF913F (or 0xAF913F) is unknown color: approx Turmeric. HEX triplet: AF, 91 and 3F. RGB value is (175,145,63). Sum of RGB (Red+Green+Blue) = 175+145+63=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 145 (57.03% from 255 or 37.86% from 383); Blue value is 63 (25% from 255 or 16.45% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF913F is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF913F is #506EC0. Grayscale: #909090. Windows color (decimal): -5271233 or 4166063. OLE color: 4166063.

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

Color convert

RGB17514563-
CMYK00.170.640.31
HSL43.93º47.06%46.67%-
HSV(B)43.93º64%68.63%-
XYZ28.729.728.93-
YUV144.6281.94149.67-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.69%
GREEN value IS 145 (57.03% from 255) = 37.86%
BLUE value IS 63 (25% from 255) = 16.45%
R=45.69%
G=37.86%
B=16.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751456300.170.640.3143.9347.0646.67
HexAF913F011401F2c2f2f
Octal2572217702110037545757
Binary1010111110010001111111010001100000011111101100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af913f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af913f; }

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

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

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

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

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

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

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

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