#AF973D

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

Shades of Turmeric #AF973D

Tints of Turmeric #AF973D

Color information

#AF973D (or 0xAF973D) is unknown color: approx Turmeric. HEX triplet: AF, 97 and 3D. RGB value is (175,151,61). Sum of RGB (Red+Green+Blue) = 175+151+61=387 (51% of max value = 765). Red value is 175 (68.75% from 255 or 45.22% from 387); Green value is 151 (59.38% from 255 or 39.02% from 387); Blue value is 61 (24.22% from 255 or 15.76% from 387); Max value from RGB is 175 - color contains mainly: red. Hex color #AF973D is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF973D is #5068C2. Grayscale: #949494. Windows color (decimal): -5269699 or 4036527. OLE color: 4036527.

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

Color convert

RGB17515161-
CMYK00.140.650.31
HSL47.37º48.31%46.27%-
HSV(B)47.37º65.14%68.63%-
XYZ29.5931.588.95-
YUV147.9278.95147.32-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 45.22%
GREEN value IS 151 (59.38% from 255) = 39.02%
BLUE value IS 61 (24.22% from 255) = 15.76%
R=45.22%
G=39.02%
B=15.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751516100.140.650.3147.3748.3146.27
HexAF973D0E411F2f302e
Octal2572277501610137576056
Binary101011111001011111110101110100000111111101111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF973D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF973D; }

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

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

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

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

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

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

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

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