#AF963C

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

Shades of Turmeric #AF963C

Tints of Turmeric #AF963C

Color information

#AF963C (or 0xAF963C) is unknown color: approx Turmeric. HEX triplet: AF, 96 and 3C. RGB value is (175,150,60). Sum of RGB (Red+Green+Blue) = 175+150+60=385 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.45% from 385); Green value is 150 (58.98% from 255 or 38.96% from 385); Blue value is 60 (23.83% from 255 or 15.58% from 385); Max value from RGB is 175 - color contains mainly: red. Hex color #AF963C is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF963C is #5069C3. Grayscale: #939393. Windows color (decimal): -5269956 or 3970735. OLE color: 3970735.

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

Color convert

RGB17515060-
CMYK00.140.660.31
HSL46.96º48.94%46.08%-
HSV(B)46.96º65.71%68.63%-
XYZ29.431.258.76-
YUV147.2278.78147.82-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.45%
GREEN value IS 150 (58.98% from 255) = 38.96%
BLUE value IS 60 (23.83% from 255) = 15.58%
R=45.45%
G=38.96%
B=15.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751506000.140.660.3146.9648.9446.08
HexAF963C0E421F2f312e
Octal2572267401610237576156
Binary101011111001011011110001110100001011111101111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF963C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF963C; }

 p { color: rgb(175,150,60); }

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

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

 a { background-color: rgb(175,150,60); }

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

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

 span { border-color: rgb(175,150,60); }

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