#AF9643

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

Shades of Turmeric #AF9643

Tints of Turmeric #AF9643

Color information

#AF9643 (or 0xAF9643) is unknown color: approx Turmeric. HEX triplet: AF, 96 and 43. RGB value is (175,150,67). Sum of RGB (Red+Green+Blue) = 175+150+67=392 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.64% from 392); Green value is 150 (58.98% from 255 or 38.27% from 392); Blue value is 67 (26.56% from 255 or 17.09% from 392); Max value from RGB is 175 - color contains mainly: red. Hex color #AF9643 is not a web safe color. Web safe color analog (approx): #999933. Inversed color of #AF9643 is #5069BC. Grayscale: #949494. Windows color (decimal): -5269949 or 4429487. OLE color: 4429487.

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

Color convert

RGB17515067-
CMYK00.140.620.31
HSL46.11º44.63%47.45%-
HSV(B)46.11º61.71%68.63%-
XYZ29.631.339.8-
YUV148.0182.28147.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 44.64%
GREEN value IS 150 (58.98% from 255) = 38.27%
BLUE value IS 67 (26.56% from 255) = 17.09%
R=44.64%
G=38.27%
B=17.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal1751506700.140.620.3146.1144.6347.45
HexAF96430E3E1F2e2d2f
Octal2572261030167637565557
Binary101011111001011010000110111011111011111101110101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF9643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF9643; }

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

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

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

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

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

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

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

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