#AF903D

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

Shades of Turmeric #AF903D

Tints of Turmeric #AF903D

Color information

#AF903D (or 0xAF903D) is unknown color: approx Turmeric. HEX triplet: AF, 90 and 3D. RGB value is (175,144,61). Sum of RGB (Red+Green+Blue) = 175+144+61=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 144 (56.64% from 255 or 37.89% from 380); Blue value is 61 (24.22% from 255 or 16.05% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF903D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF903D is #506FC2. Grayscale: #909090. Windows color (decimal): -5271491 or 4034735. OLE color: 4034735.

HSL color Cylindrical-coordinate representation of color #AF903D: hue angle of 43.68º degrees, saturation: 0.48, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF903D is Cyan = 0, Magento = 0.18, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB17514461-
CMYK00.180.650.31
HSL43.68º48.31%46.27%-
HSV(B)43.68º65.14%68.63%-
XYZ28.4929.48.59-
YUV143.8181.27150.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 46.05%
GREEN value IS 144 (56.64% from 255) = 37.89%
BLUE value IS 61 (24.22% from 255) = 16.05%
R=46.05%
G=37.89%
B=16.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751446100.180.650.3143.6848.3146.27
HexAF903D012411F2c302e
Octal2572207502210137546056
Binary1010111110010000111101010010100000111111101100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF903D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF903D; }

 p { color: rgb(175,144,61); }

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

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

 a { background-color: rgb(175,144,61); }

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

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

 span { border-color: rgb(175,144,61); }

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